Class HeatMapPalette
Specifies the heatmap palettes collections.
Inheritance
HeatMapPalette
Assembly: Syncfusion.Blazor.dll
Syntax
public class HeatMapPalette : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
HeatMapPalette()
Declaration
Properties
Color
Specifies the palette color text.
Declaration
[Parameter]
public string Color { get; set; }
Property Value
EndValue
Specifies the palette end value.
Declaration
[Parameter]
public double? EndValue { get; set; }
Property Value
Label
Specifies the palette color label.
Declaration
[Parameter]
public string Label { get; set; }
Property Value
MaxColor
Specifies the palette max-color value.
Declaration
[Parameter]
public string MaxColor { get; set; }
Property Value
MinColor
Specifies the palette min-color value.
Declaration
[Parameter]
public string MinColor { get; set; }
Property Value
StartValue
Specifies the palette start value.
Declaration
[Parameter]
public double? StartValue { get; set; }
Property Value
Value
Specifies the palette color value.
Declaration
[Parameter]
public double? Value { get; set; }
Property Value
Methods
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