Enum AdaptorType
Specifies the type of the adaptor to process the data set in the heatmap. Cell - This adaptor type processes the cell type data source. Table - This adaptor type processes the table type data source. None - No adaptor type will be used for the data source.
Namespace: Syncfusion.EJ2.HeatMap
Assembly: Syncfusion.AspNetMvc.HeatMap.dll
Syntax
public enum AdaptorType
Fields
| Name |
|---|
| Cell |
| None |
| Table |