Class Charts
Inheritance
System.Object
Charts
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
Constructors
Charts()
Declaration
Properties
BColor
Declaration
[JsonProperty("bcolor")]
public string BColor { get; set; }
Property Value
Type |
Description |
System.String |
|
BStyle
Declaration
[JsonProperty("bstyle")]
public string BStyle { get; set; }
Property Value
Type |
Description |
System.String |
|
BWidth
Declaration
[JsonProperty("bwidth")]
public int BWidth { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Data
Declaration
[JsonProperty("data")]
public int Data { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Height
Declaration
[JsonProperty("height")]
public double Height { get; set; }
Property Value
Type |
Description |
System.Double |
|
Id
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
Left
Declaration
[JsonProperty("left")]
public double Left { get; set; }
Property Value
Type |
Description |
System.Double |
|
Range
Declaration
[JsonProperty("range")]
public List<int> Range { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
Top
Declaration
[JsonProperty("top")]
public double Top { get; set; }
Property Value
Type |
Description |
System.Double |
|
Width
Declaration
[JsonProperty("width")]
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|