Class HeatMapTooltipSettings
Specifies the heatmap tooltip settings.
Inheritance
HeatMapTooltipSettings
Assembly: Syncfusion.Blazor.dll
public class HeatMapTooltipSettings : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
Declaration
public HeatMapTooltipSettings()
Properties
Enables / Disables the visibility of the tooltip.
Declaration
[Parameter]
public bool Enable { get; set; }
Property Value
Specifies the color collection for heatmap cell.
Declaration
[Parameter]
public string Fill { get; set; }
Property Value
Specifies the header for the tooltip.
Declaration
[Parameter]
public string Header { get; set; }
Property Value
Specifies the custom template to format the tooltip content.
Declaration
[Parameter]
public RenderFragment<object> Template { get; set; }
Property Value
Methods
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Overrides
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type |
Name |
Description |
| bool |
disposing |
|
Overrides
Declaration
protected override Task OnInitializedAsync()
Returns
Overrides
Declaration
protected override Task OnParametersSetAsync()
Returns
Overrides
Implements