CellSettingsModel
23 Sep 20251 minute to read
Interface for a class CellSettings
Properties
border BorderModel
Sets and gets the options to customize the cell border style.
bubbleSize BubbleSizeModel
Specifies the minimum and maximum radius value of the cell in percentage.
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.
enableCellHighlighting boolean
Enable or disable the cell highlighting on mouse hover.
format string
Used to format the label in the heatmap cells.
isInversedBubbleSize boolean
Enable or disable the bubble to display in inverse when Size and SizeAndColor bubble types are set.
labelTemplate string|Function
Gets or sets the template that will be used to render custom elements for cell values.
showLabel boolean
Enables or disables the visibility of data label over the heatmap cells.
textStyle FontModel
Sets and gets the options to customize the cell label style.
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.