Class HeatMapDataBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
HeatMapDataBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class HeatMapDataBuilder : ControlBuilder
Constructors
HeatMapDataBuilder()
Declaration
public HeatMapDataBuilder()
HeatMapDataBuilder(HeatMapData)
Declaration
public HeatMapDataBuilder(HeatMapData model)
Parameters
Methods
AdaptorType(AdaptorType)
Specifies the type of the adaptor to process the data set in the heatmap.
Declaration
public HeatMapDataBuilder AdaptorType(AdaptorType value)
Parameters
Returns
BubbleDataMapping(HeatMapBubbleData)
Specifies the options to configure the data mapping for size and color bubble types.
Declaration
public HeatMapDataBuilder BubbleDataMapping(HeatMapBubbleData value)
Parameters
Returns
BubbleDataMapping(Action<HeatMapBubbleDataBuilder>)
Declaration
public HeatMapDataBuilder BubbleDataMapping(Action<HeatMapBubbleDataBuilder> bubbleDataMapping)
Parameters
Returns
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
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
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
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