Class CellType
Defines the type of the cells in heatmap. The available types are, Rect - Renders the heatmap cells in rectangle shape. Bubble - Renders the heatmap cells in bubble shape.
Inheritance
System.Object
CellType
Namespace: Syncfusion.EJ2.HeatMap
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class CellType : Enum
Fields
Bubble
Declaration
public const CellType Bubble
Field Value
Type |
---|
CellType |
Rect
Declaration
public const CellType Rect
Field Value
Type |
---|
CellType |