Class HeatMapYAxisTitleTextStyle
Specifies the heatmap y-axis title text style.
Inheritance
HeatMapYAxisTitleTextStyle
Inherited Members
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public class HeatMapYAxisTitleTextStyle : HeatMapAxisTitleTextStyle, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
HeatMapYAxisTitleTextStyle()
Declaration
public HeatMapYAxisTitleTextStyle()
Methods
Dispose(bool)
Releases the resources used by the y-axis title text style component.
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing | True to dispose managed resources; otherwise, false. |
Overrides
OnInitializedAsync()
Initializes the y-axis title text style and registers it with the title component.
Declaration
protected override Task OnInitializedAsync()
Returns
| Type | Description |
|---|---|
| Task | A task that represents the asynchronous initialization operation. |
Overrides
OnParametersSetAsync()
Applies parameter changes and notifies the parent heatmap when title text style properties change.
Declaration
protected override Task OnParametersSetAsync()
Returns
| Type | Description |
|---|---|
| Task | A task that represents the asynchronous parameters-set operation. |