Class HeatMapCellSettingsBuilder
Inheritance
System.Object
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)
Specifies 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)
Defines Bubble Type. They are
Size: Define the bubble type is size.
Color: Define the bubble type is color.
Sector: Define the bubble type is sector.
SizeAndColor: Define the bubble type is sizeandcolor.
Declaration
public HeatMapCellSettingsBuilder BubbleType(BubbleType value)
Parameters
Returns
EnableCellHighlighting(Object)
Enable or disable the cell highlighting on mouse hover
Declaration
public HeatMapCellSettingsBuilder EnableCellHighlighting(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Specifies the formatting options for the data label.
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
Declaration
public HeatMapCellSettingsBuilder IsInversedBubbleSize(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
ShowLabel(Boolean)
Toggles 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)
Specifies the cell label style.
Declaration
public HeatMapCellSettingsBuilder TextStyle(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
TileType(CellType)
Defines cell Type. They are
Rect: Render a HeatMap cells in rectangle shape.
Bubble: Render a HeatMap cells in bubble shape.
Declaration
public HeatMapCellSettingsBuilder TileType(CellType value)
Parameters
Returns