Class HeatMapData
Inheritance
System.Object
HeatMapData
Assembly: Syncfusion.EJ2.dll
Syntax
public class HeatMapData : EJTagHelper
Constructors
HeatMapData()
Declaration
Properties
AdaptorType
Declaration
public AdaptorType AdaptorType { get; set; }
Property Value
BubbleDataMapping
Specifies data mapping for size and color bubble type.
Declaration
public HeatMapBubbleData BubbleDataMapping { get; set; }
Property Value
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
IsJsonData
Specifies the provided datasource is an JSON data.
Declaration
public bool IsJsonData { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
ValueMapping
Declaration
public string ValueMapping { get; set; }
Property Value
Type |
Description |
System.String |
|
XDataMapping
Declaration
public string XDataMapping { get; set; }
Property Value
Type |
Description |
System.String |
|
YDataMapping
Declaration
public string YDataMapping { get; set; }
Property Value
Type |
Description |
System.String |
|