Class ChartCategory
Inheritance
System.Object
ChartCategory
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()
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class ChartCategory : EJTagHelper
Constructors
ChartCategory()
Declaration
public ChartCategory()
Properties
CustomAttributes
multi level labels custom data.
Declaration
[HtmlAttributeName("customAttributes")]
public object CustomAttributes { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
End
End value of the multi level labels
Declaration
[HtmlAttributeName("end")]
public string End { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
MaximumTextWidth
Maximum width of the text for multi level labels.
Declaration
[HtmlAttributeName("maximumTextWidth")]
public double MaximumTextWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Start
Start value of the multi level labels
Declaration
[HtmlAttributeName("start")]
public string Start { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Text
multi level labels text.
Declaration
[HtmlAttributeName("text")]
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Border type for labels Rectangle Without Top Border Without Top and BottomBorder Without Border Brace CurlyBrace
Declaration
[HtmlAttributeName("type")]
public BorderType Type { get; set; }
Property Value
Type | Description |
---|---|
BorderType |