Class HeatMapBubbleSize
Inheritance
System.Object
HeatMapBubbleSize
Assembly: Syncfusion.EJ2.dll
Syntax
public class HeatMapBubbleSize : EJTagHelper
Constructors
HeatMapBubbleSize()
Declaration
public HeatMapBubbleSize()
Properties
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
Maximum
Specifies the maximum radius value of the cell in percentage.
Declaration
public string Maximum { get; set; }
Property Value
Type |
Description |
System.String |
|
Minimum
Specifies the minimum radius value of the cell in percentage.
Declaration
public string Minimum { get; set; }
Property Value
Type |
Description |
System.String |
|
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides