Class HeatMapAxisMultiLevelCategories
Specifies the heatmap axis multi-level categories class.
Inheritance
HeatMapAxisMultiLevelCategories
Assembly: Syncfusion.Blazor.dll
Syntax
public class HeatMapAxisMultiLevelCategories : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
HeatMapAxisMultiLevelCategories()
Declaration
public HeatMapAxisMultiLevelCategories()
Properties
End
Specifies the end value of the multi-level labels.
Declaration
[Parameter]
public int End { get; set; }
Property Value
MaximumTextWidth
Specifies the maximum width of the text for multi-level labels.
Declaration
[Parameter]
public int MaximumTextWidth { get; set; }
Property Value
Start
Specifies the start value of the multi-level labels.
Declaration
[Parameter]
public int Start { get; set; }
Property Value
Text
Specifies the multi-level labels text.
Declaration
[Parameter]
public string Text { get; set; }
Property Value
Methods
Dispose(bool)
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type |
Name |
Description |
| bool |
disposing |
|
Overrides
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Overrides
Declaration
protected override Task OnParametersSetAsync()
Returns
Overrides
Implements