Class HeatMapDataBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
HeatMapDataBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.HeatMap
Assembly: Syncfusion.AspNetMvc.HeatMap.dll
Syntax
public class HeatMapDataBuilder : ControlBuilder
Constructors
HeatMapDataBuilder()
Declaration
public HeatMapDataBuilder()
HeatMapDataBuilder(HeatMapData)
Declaration
public HeatMapDataBuilder(HeatMapData model)
Parameters
| Type | Name | Description |
|---|---|---|
| HeatMapData | model |
Methods
AdaptorType(AdaptorType)
Specifies the type of the adaptor to process the data set in the heatmap.
Declaration
public HeatMapDataBuilder AdaptorType(AdaptorType value)
Parameters
| Type | Name | Description |
|---|---|---|
| AdaptorType | value |
Returns
| Type |
|---|
| HeatMapDataBuilder |
BubbleDataMapping(HeatMapBubbleData)
Specifies the options to configure the data mapping for size and color bubble types.
Declaration
public HeatMapDataBuilder BubbleDataMapping(HeatMapBubbleData value)
Parameters
| Type | Name | Description |
|---|---|---|
| HeatMapBubbleData | value |
Returns
| Type |
|---|
| HeatMapDataBuilder |
BubbleDataMapping(Action<HeatMapBubbleDataBuilder>)
Declaration
public HeatMapDataBuilder BubbleDataMapping(Action<HeatMapBubbleDataBuilder> bubbleDataMapping)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Action<HeatMapBubbleDataBuilder> | bubbleDataMapping |
Returns
| Type |
|---|
| HeatMapDataBuilder |
IsJsonData(Boolean)
Specifies whether the provided data source is a JSON data or not.
Declaration
public HeatMapDataBuilder IsJsonData(bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | value |
Returns
| Type |
|---|
| HeatMapDataBuilder |
ValueMapping(String)
Specifies the field name in the JSON data that maps to the value in the heatmap cell.
Declaration
public HeatMapDataBuilder ValueMapping(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| HeatMapDataBuilder |
XDataMapping(String)
Specifies the field name in the JSON data that maps to the labels on the x-axis.
Declaration
public HeatMapDataBuilder XDataMapping(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| HeatMapDataBuilder |
YDataMapping(String)
Specifies the field name in the JSON data that maps to the labels on the y-axis.
Declaration
public HeatMapDataBuilder YDataMapping(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| HeatMapDataBuilder |