Enum AdaptorType
Specifies the adapter type in heatmap.
- Cell:Heatmap is rendered using cell type data source.
- Table:Heatmap is rendered using table type data source.
- None:Defines no adaptor type is used for the data source.
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public enum AdaptorType
Fields
| Name | Description |
|---|---|
| Cell | Specifies cell type data source. |
| None | Defines no adaptor type is used for the data source. |
| Table | Specifies table type data source. |