Class 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.
Inheritance
System.Object
AdaptorType
Namespace: Syncfusion.EJ2.HeatMap
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class AdaptorType : Enum
Fields
Cell
Declaration
public const AdaptorType Cell
Field Value
Type |
---|
AdaptorType |
None
Declaration
public const AdaptorType None
Field Value
Type |
---|
AdaptorType |
Table
Declaration
public const AdaptorType Table
Field Value
Type |
---|
AdaptorType |