Class HeatMapCellSettings
Inheritance
System.Object
HeatMapCellSettings
Assembly: Syncfusion.EJ2.dll
Syntax
public class HeatMapCellSettings : EJTagHelper
Constructors
HeatMapCellSettings()
Declaration
public HeatMapCellSettings()
Properties
Border
Specifies the cell border style.
Declaration
public object Border { get; set; }
Property Value
Type |
Description |
System.Object |
|
BubbleSize
Specifies the minimum and maximum radius value of the cell in percentage.
Declaration
public HeatMapBubbleSize BubbleSize { get; set; }
Property Value
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 BubbleType BubbleType { get; set; }
Property Value
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
EnableCellHighlighting
Enable or disable the cell highlighting on mouse hover
Declaration
public object EnableCellHighlighting { get; set; }
Property Value
Type |
Description |
System.Object |
|
Specifies the formatting options for the data label.
Declaration
public string Format { get; set; }
Property Value
Type |
Description |
System.String |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
IsInversedBubbleSize
Enable or disable the bubble to display in inverse
Declaration
public bool IsInversedBubbleSize { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
ShowLabel
Toggles the visibility of data label over the heatmap cells.
Declaration
public bool ShowLabel { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TextStyle
Specifies the cell label style.
Declaration
public object TextStyle { get; set; }
Property Value
Type |
Description |
System.Object |
|
TileType
Defines cell Type. They are
Rect: Render a HeatMap cells in rectangle shape.
Bubble: Render a HeatMap cells in bubble shape.
Declaration
public CellType TileType { get; set; }
Property Value