Class HeatMapTooltipSettings
Inheritance
System.Object
HeatMapTooltipSettings
Implements
System.IDisposable
Assembly: Syncfusion.Blazor.dll
public class HeatMapTooltipSettings : BaseComponent, IDisposable
Constructors
Declaration
public HeatMapTooltipSettings()
Properties
Specifies the cell border style.
Declaration
public HeatMapTooltipBorder Border { get; set; }
Property Value
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.RenderFragment |
|
Specifies the color collection for heat map cell.
Declaration
public string Fill { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
protected override string jsProperty { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
mainParent
Declaration
protected override BaseComponent mainParent { get; set; }
Property Value
Overrides
Custom template to format the ToolTip content.
Declaration
public string Template { get; set; }
Property Value
Type |
Description |
System.String |
|
TextStyle
Specifies the cell label style.
Declaration
public HeatMapFont TextStyle { get; set; }
Property Value
Methods
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
Declaration
public string GetJSNamespace()
Returns
Type |
Description |
System.String |
|
Declaration
protected override Task OnAfterRenderAsync(bool firstRender)
Parameters
Type |
Name |
Description |
System.Boolean |
firstRender |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Declaration
public void updateChildProperties(string key, object value)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.Object |
value |
|
Implements
System.IDisposable