Class ChartCategory
Options to customize the category for the multilevel labels.
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartCategory : ChartSubComponent, ISubcomponentTracker
Constructors
ChartCategory()
Declaration
public ChartCategory()
Properties
CustomAttributes
multi level labels custom data.
Declaration
public object CustomAttributes { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
End
End value of the multi level labels.
Declaration
public object End { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
MaximumTextWidth
Maximum width of the text for multi level labels.
Declaration
public double MaximumTextWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Start
Start value of the multi level labels.
Declaration
public object Start { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Text
multi level labels text.
Declaration
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
public BorderType Type { get; set; }
Property Value
Type | Description |
---|---|
BorderType |
Methods
OnInitialized()
Declaration
protected override void OnInitialized()
OnParametersSet()
Declaration
protected override void OnParametersSet()