Class HeatMapFillColor
Inheritance
System.Object
HeatMapFillColor
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
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
MaxColor
maximum fill color for cell color range
Declaration
public string MaxColor { get; set; }
Property Value
Type |
Description |
System.String |
|
MinColor
minimum fill color for cell color range
Declaration
public string MinColor { get; set; }
Property Value
Type |
Description |
System.String |
|
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides