Class HeatMapCellSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
HeatMapCellSettingsBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class HeatMapCellSettingsBuilder : ControlBuilder
Constructors
HeatMapCellSettingsBuilder()
Declaration
public HeatMapCellSettingsBuilder()
HeatMapCellSettingsBuilder(HeatMapCellSettings)
Declaration
public HeatMapCellSettingsBuilder(HeatMapCellSettings model)
Parameters
Methods
Border(Object)
Sets and gets the options to customize the cell border style.
Declaration
public HeatMapCellSettingsBuilder Border(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
BubbleSize(HeatMapBubbleSize)
Specifies the minimum and maximum radius value of the cell in percentage.
Declaration
public HeatMapCellSettingsBuilder BubbleSize(HeatMapBubbleSize value)
Parameters
Returns
BubbleSize(Action<HeatMapBubbleSizeBuilder>)
Declaration
public HeatMapCellSettingsBuilder BubbleSize(Action<HeatMapBubbleSizeBuilder> bubbleSize)
Parameters
Returns
BubbleType(BubbleType)
Specifies the type of the bubble heatmap. The available types are,
Size: The bubble heatmap will be rendered in size variations based on the provided data.
Color: The bubble heatmap will be rendered in color variations based on the provided data.
Sector: The bubble heatmap will be rendered as sectors based on the provided data.
SizeAndColor: The bubble heatmap will be rendered in size and color variations based on the provided data.
Declaration
public HeatMapCellSettingsBuilder BubbleType(BubbleType value)
Parameters
Returns
EnableCellHighlighting(Boolean)
Enable or disable the cell highlighting on mouse hover.
Declaration
public HeatMapCellSettingsBuilder EnableCellHighlighting(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
Used to format the label in the heatmap cells.
Declaration
public HeatMapCellSettingsBuilder Format(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
IsInversedBubbleSize(Boolean)
Enable or disable the bubble to display in inverse when Size
and SizeAndColor
bubble types are set.
Declaration
public HeatMapCellSettingsBuilder IsInversedBubbleSize(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
LabelTemplate(String)
Gets or sets the template that will be used to render custom elements for cell values.
Declaration
public HeatMapCellSettingsBuilder LabelTemplate(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
ShowLabel(Boolean)
Enables or disables the visibility of data label over the heatmap cells.
Declaration
public HeatMapCellSettingsBuilder ShowLabel(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
TextStyle(Object)
Sets and gets the options to customize the cell label style.
Declaration
public HeatMapCellSettingsBuilder TextStyle(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
TileType(CellType)
Sets and gets the type of the cells in heatmap. The available types are,
Rect: Renders the heatmap cells in rectangle shape.
Bubble: Renders the heatmap cells in bubble shape.
Declaration
public HeatMapCellSettingsBuilder TileType(CellType value)
Parameters
Returns