Enum CellType
Defines the cell Type. They are.
- Rect:Renders the heatmap cells in rectangle shape.
- Bubble:Renders the heatmap cells in bubble shape.
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public enum CellType
Fields
| Name | Description |
|---|---|
| Bubble | Specifies the heatmap cells in bubble shape. |
| Rect | Specifies the heatmap cells in rectangle shape. |