Class HeatMapFillColor
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
HeatMapFillColor
Namespace: Syncfusion.EJ2.HeatMap
Assembly: Syncfusion.EJ2.dll
Syntax
public class HeatMapFillColor : EJTagHelper
Constructors
HeatMapFillColor()
Declaration
public HeatMapFillColor()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
MaxColor
Specifies the maximum fill color for cell color range.
Declaration
public string MaxColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "#eeeeee" |
MinColor
Specifies the minimum fill color for cell color range.
Declaration
public string MinColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "#eeeeee" |