Class HeatMapCellSettings
Inheritance
Namespace: Syncfusion.EJ2.HeatMap
Assembly: Syncfusion.EJ2.dll
Syntax
public class HeatMapCellSettings : EJTagHelper
Constructors
HeatMapCellSettings()
Declaration
public HeatMapCellSettings()
Properties
Border
Sets and gets the options to customize the cell border style.
Declaration
public object Border { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
BubbleSize
Specifies the minimum and maximum radius value of the cell in percentage.
Declaration
public HeatMapBubbleSize BubbleSize { get; set; }
Property Value
Type | Description |
---|---|
HeatMapBubbleSize | The default value is null |
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 BubbleType BubbleType { get; set; }
Property Value
Type | Description |
---|---|
BubbleType | The default value is BubbleType.Color |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
EnableCellHighlighting
Enable or disable the cell highlighting on mouse hover.
Declaration
public bool EnableCellHighlighting { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |
Format
Used to format the label in the heatmap cells.
Declaration
public string Format { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
IsInversedBubbleSize
Enable or disable the bubble to display in inverse when Size
and SizeAndColor
bubble types are set.
Declaration
public bool IsInversedBubbleSize { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
LabelTemplate
Gets or sets the template that will be used to render custom elements for cell values.
Declaration
public string LabelTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
ShowLabel
Enables or disables the visibility of data label over the heatmap cells.
Declaration
public bool ShowLabel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |
TextStyle
Sets and gets the options to customize the cell label style.
Declaration
public object TextStyle { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
TileType
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 CellType TileType { get; set; }
Property Value
Type | Description |
---|---|
CellType | The default value is CellType.Rect |