Class HeatMapFillColor
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 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 | Description |
---|---|
MvcTemplate<System.Object> |
MaxColor
Specifies the maximum fill color for cell color range.
Declaration
[HtmlAttributeName("maxColor")]
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
[HtmlAttributeName("minColor")]
public string MinColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "#eeeeee" |