Class HeatMapData
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ2.HeatMap
Assembly: Syncfusion.EJ2.dll
Syntax
public class HeatMapData : EJTagHelper
Constructors
HeatMapData()
Declaration
public HeatMapData()
Properties
AdaptorType
Specifies the type of the adaptor to process the data set in the heatmap.
Declaration
[HtmlAttributeName("adaptorType")]
public AdaptorType AdaptorType { get; set; }
Property Value
Type | Description |
---|---|
AdaptorType | The default value is AdaptorType.None |
BubbleDataMapping
Specifies the options to configure the data mapping for size and color bubble types.
Declaration
[HtmlAttributeName("bubbleDataMapping")]
public HeatMapBubbleData BubbleDataMapping { get; set; }
Property Value
Type | Description |
---|---|
HeatMapBubbleData | The default value is null |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<System.Object> |
IsJsonData
Specifies whether the provided data source is a JSON data or not.
Declaration
[HtmlAttributeName("isJsonData")]
public bool IsJsonData { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
ValueMapping
Specifies the field name in the JSON data that maps to the value in the heatmap cell.
Declaration
[HtmlAttributeName("valueMapping")]
public string ValueMapping { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
XDataMapping
Specifies the field name in the JSON data that maps to the labels on the x-axis.
Declaration
[HtmlAttributeName("xDataMapping")]
public string XDataMapping { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
YDataMapping
Specifies the field name in the JSON data that maps to the labels on the y-axis.
Declaration
[HtmlAttributeName("yDataMapping")]
public string YDataMapping { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |