Class HeatMapPaletteSettings
Specifies the heatmap palette settings.
Inheritance
HeatMapPaletteSettings
Assembly: Syncfusion.Blazor.dll
Syntax
public class HeatMapPaletteSettings : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
HeatMapPaletteSettings()
Declaration
public HeatMapPaletteSettings()
Properties
ColorGradientMode
Specifies the color gradient mode in heatmap component.
Declaration
[Parameter]
public ColorGradientMode ColorGradientMode { get; set; }
Property Value
EmptyPointColor
Specifies the color for empty points in heatmap component.
Declaration
[Parameter]
public string EmptyPointColor { get; set; }
Property Value
Type
Specifies the color style
- Gradient:Render heatmap cells with linear gradient color.
- Fixed:Render heatmap cells with fixed color.
Declaration
[Parameter]
public PaletteType Type { 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