Class HeatMapBubbleData
Inheritance
System.Object
HeatMapBubbleData
Assembly: Syncfusion.EJ2.dll
Syntax
public class HeatMapBubbleData : EJTagHelper
Constructors
HeatMapBubbleData()
Declaration
public HeatMapBubbleData()
Properties
Color
Mapping property to set color.
Declaration
public string Color { get; set; }
Property Value
Type |
Description |
System.String |
|
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Size
Mapping property to set size.
Declaration
public string Size { get; set; }
Property Value
Type |
Description |
System.String |
|