Class CellType
Defines the cell Type. They are.
- Rect:Renders the heatmap cells in rectangle shape.
- Bubble:Renders the heatmap cells in bubble shape.
Inheritance
System.Object
CellType
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class CellType : Enum
Fields
Bubble
Specifies the heatmap cells in bubble shape.
Declaration
public const CellType Bubble
Field Value
Type |
---|
CellType |
Rect
Specifies the heatmap cells in rectangle shape.
Declaration
public const CellType Rect
Field Value
Type |
---|
CellType |