Class HeatMapAxisMultiLevelCategories
Specifies the heatmap axis multi-level categories class.
Inheritance
System.Object
HeatMapAxisMultiLevelCategories
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public class HeatMapAxisMultiLevelCategories : OwningComponentBase
Constructors
HeatMapAxisMultiLevelCategories()
Declaration
public HeatMapAxisMultiLevelCategories()
Properties
End
Specifies the end value of the multi-level labels.
Declaration
public int End { get; set; }
Property Value
Type |
---|
System.Int32 |
MaximumTextWidth
Specifies the maximum width of the text for multi-level labels.
Declaration
public int MaximumTextWidth { get; set; }
Property Value
Type |
---|
System.Int32 |
Start
Specifies the start value of the multi-level labels.
Declaration
public int Start { get; set; }
Property Value
Type |
---|
System.Int32 |
Text
Specifies the multi-level labels text.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
---|
System.Threading.Tasks.Task |
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
---|
System.Threading.Tasks.Task |