Class ChartCategory
Options to customize the category for the multilevel labels.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
ChartCategory
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartCategory : SfDataBoundComponent
Constructors
ChartCategory()
Declaration
Properties
ChildContent
Gets and sets the content of the component.
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.RenderFragment |
|
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
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
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides