Class PaletteType
Defines Color type for the heatmap cell.
- Gradient:Renders the heatmap cells with linear gradient color.
- Fixed:Renders the heatmap cells with fixed color.
Inheritance
System.Object
PaletteType
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class PaletteType : Enum
Fields
Fixed
Specifies the cells with fixed color.
Declaration
public const PaletteType Fixed
Field Value
Type |
---|
PaletteType |
Gradient
Specifies the cells with linear gradient color.
Declaration
public const PaletteType Gradient
Field Value
Type |
---|
PaletteType |