Class HeatMapAxisLabelBorder
Specifies the heatmap axis labels border.
Inheritance
HeatMapCommonLabelBorder
HeatMapAxisLabelBorder
Inherited Members
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public class HeatMapAxisLabelBorder : HeatMapCommonLabelBorder, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
HeatMapAxisLabelBorder()
Declaration
public HeatMapAxisLabelBorder()
Methods
Dispose(bool)
Releases the resources used by the component.
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing | True to release managed resources; otherwise, false. |
Overrides
OnInitializedAsync()
Initializes the component and associates the label border with its parent axis.
Declaration
protected override Task OnInitializedAsync()
Returns
| Type | Description |
|---|---|
| Task | A task that represents the asynchronous initialization operation. |