Enum 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.
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public enum PaletteType
Fields
| Name | Description |
|---|---|
| Fixed | Specifies the cells with fixed color. |
| Gradient | Specifies the cells with linear gradient color. |