Class HeatMapMultiLevelLabel
Specifies the heatmap multi-level labels.
Inheritance
HeatMapMultiLevelLabel
Assembly: Syncfusion.Blazor.dll
Syntax
public class HeatMapMultiLevelLabel : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
HeatMapMultiLevelLabel()
Declaration
public HeatMapMultiLevelLabel()
Properties
Alignment
Defines the position of the multi-level labels. They are,
- Near:Places the multi-level labels Near.
- Center:Places the multi-level labels at Center.
- Far:Places the multi-level labels Far.
Declaration
[Parameter]
public Alignment Alignment { get; set; }
Property Value
Overflow
Defines the text overflow for multi-level labels. They are,
- Trim:Trim text overflow for multi-level labels.
- Wrap: Wrap text overflow for multi-level labels.
- None:No text overflow for multi-level labels.
Declaration
[Parameter]
public TextOverflow Overflow { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Overrides
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