Class HeatMapCellSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ2.HeatMap
Assembly: Syncfusion.EJ2.dll
Syntax
public class HeatMapCellSettings : EJTagHelper
Constructors
HeatMapCellSettings()
Declaration
public HeatMapCellSettings()
Properties
Border
Specifies the cell border style.
Declaration
[HtmlAttributeName("border")]
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
[HtmlAttributeName("bubbleSize")]
public HeatMapBubbleSize BubbleSize { get; set; }
Property Value
Type | Description |
---|---|
HeatMapBubbleSize |
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
[HtmlAttributeName("bubbleType")]
public BubbleType BubbleType { get; set; }
Property Value
Type | Description |
---|---|
BubbleType |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<System.Object> |
EnableCellHighlighting
Enable or disable the cell highlighting on mouse hover
Declaration
[HtmlAttributeName("enableCellHighlighting")]
public bool EnableCellHighlighting { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Format
Specifies the formatting options for the data label.
Declaration
[HtmlAttributeName("format")]
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
[HtmlAttributeName("isInversedBubbleSize")]
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
[HtmlAttributeName("showLabel")]
public bool ShowLabel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TextStyle
Specifies the cell label style.
Declaration
[HtmlAttributeName("textStyle")]
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
[HtmlAttributeName("tileType")]
public CellType TileType { get; set; }
Property Value
Type | Description |
---|---|
CellType |