Class HeatMapXAxisTitle
specifies the heatmap x-axis title.
Inheritance
HeatMapXAxisTitle
Assembly: Syncfusion.Blazor.dll
Syntax
public class HeatMapXAxisTitle : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
HeatMapXAxisTitle()
Declaration
public HeatMapXAxisTitle()
Properties
Text
Specifies the title text.
Declaration
[Parameter]
public string Text { 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