Class HeatMapMultiLevelLabel
Specifies the heatmap multi-level labels.
Inheritance
System.Object
HeatMapMultiLevelLabel
Assembly: Syncfusion.Blazor.dll
Syntax
public class HeatMapMultiLevelLabel : OwningComponentBase
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
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
public TextOverflow Overflow { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
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 |
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
System.Threading.Tasks.Task |