Class SparklineProperties
Inheritance
System.Object
SparklineProperties
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ.dll
Syntax
public class SparklineProperties
Constructors
SparklineProperties()
Declaration
public SparklineProperties()
Properties
ColumnIndex
Declaration
[JsonProperty("colIndex")]
public int ColumnIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DataRange
Declaration
[JsonProperty("DataRange")]
public string DataRange { get; set; }
Property Value
Type |
Description |
System.String |
|
EndPointColor
Declaration
[JsonProperty("endPointColor")]
public string EndPointColor { get; set; }
Property Value
Type |
Description |
System.String |
|
fill
Declaration
[JsonProperty("fill")]
public string fill { get; set; }
Property Value
Type |
Description |
System.String |
|
FirstPoint
Declaration
[JsonProperty("FirstPoint")]
public bool FirstPoint { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
HighPoint
Declaration
[JsonProperty("HighPoint")]
public bool HighPoint { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
HighPointColor
Declaration
[JsonProperty("highPointColor")]
public string HighPointColor { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
LastPoint
Declaration
[JsonProperty("LastPoint")]
public bool LastPoint { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LocationRange
Declaration
[JsonProperty("LocationRange")]
public string LocationRange { get; set; }
Property Value
Type |
Description |
System.String |
|
LowPoint
Declaration
[JsonProperty("LowPoint")]
public bool LowPoint { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LowPointColor
Declaration
[JsonProperty("lowPointColor")]
public string LowPointColor { get; set; }
Property Value
Type |
Description |
System.String |
|
markerhighpoint
Declaration
[JsonProperty("markerhighpoint")]
public bool markerhighpoint { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
markerhighPointColor
Declaration
[JsonProperty("markerhighPointColor")]
public string markerhighPointColor { get; set; }
Property Value
Type |
Description |
System.String |
|
markerlowpoint
Declaration
[JsonProperty("markerlowpoint")]
public bool markerlowpoint { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
markerlowPointColor
Declaration
[JsonProperty("markerlowPointColor")]
public string markerlowPointColor { get; set; }
Property Value
Type |
Description |
System.String |
|
markernegativepoint
Declaration
[JsonProperty("markernegativepoint")]
public bool markernegativepoint { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
markernegativePointColor
Declaration
[JsonProperty("markernegativePointColor")]
public string markernegativePointColor { get; set; }
Property Value
Type |
Description |
System.String |
|
MarkerSettings
Declaration
[JsonProperty("markerSettings")]
public Dictionary<string, bool> MarkerSettings { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.Boolean> |
|
NegativePoint
Declaration
[JsonProperty("NegativePoint")]
public bool NegativePoint { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
NegativePointColor
Declaration
[JsonProperty("negativePointColor")]
public string NegativePointColor { get; set; }
Property Value
Type |
Description |
System.String |
|
RowIndex
Declaration
[JsonProperty("rowIndex")]
public int RowIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SheetIndex
Declaration
[JsonProperty("sheetIdx")]
public int SheetIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
sparklinecolor
Declaration
[JsonProperty("sparklinecolor")]
public bool sparklinecolor { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StartPointColor
Declaration
[JsonProperty("startPointColor")]
public string StartPointColor { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|