Class 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.
Inheritance
System.Object
AdaptorType
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class AdaptorType : Enum
Fields
Cell
Specifies cell type data source.
Declaration
public const AdaptorType Cell
Field Value
Type |
---|
AdaptorType |
None
Defines no adaptor type is used for the data source.
Declaration
public const AdaptorType None
Field Value
Type |
---|
AdaptorType |
Table
Specifies table type data source.
Declaration
public const AdaptorType Table
Field Value
Type |
---|
AdaptorType |