Class HeatMapTooltipSettings
Specifies the heatmap tooltip settings.
Inheritance
System.Object
HeatMapTooltipSettings
Assembly: Syncfusion.Blazor.dll
public class HeatMapTooltipSettings : OwningComponentBase
Constructors
Declaration
public HeatMapTooltipSettings()
Properties
Enables / Disables the visibility of the tooltip.
Declaration
public bool Enable { get; set; }
Property Value
Specifies the color collection for heatmap cell.
Declaration
public string Fill { get; set; }
Property Value
Specifies the header for the tooltip.
Declaration
public string Header { get; set; }
Property Value
Specifies the custom template to format the tooltip content.
Declaration
public RenderFragment<object> Template { get; set; }
Property Value
Type |
Microsoft.AspNetCore.Components.RenderFragment<System.Object> |
Methods
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
System.Threading.Tasks.Task |
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
System.Threading.Tasks.Task |