Class HeatMapPalette
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 HeatMapPalette : EJTagHelper
Constructors
HeatMapPalette()
Declaration
public HeatMapPalette()
Properties
Color
Palette color text
Declaration
[HtmlAttributeName("color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EndValue
Palette end value
Declaration
[HtmlAttributeName("endValue")]
public double EndValue { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Label
Palette color label
Declaration
[HtmlAttributeName("label")]
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MaxColor
Palette maxColor value
Declaration
[HtmlAttributeName("maxColor")]
public string MaxColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MinColor
Palette minColor value
Declaration
[HtmlAttributeName("minColor")]
public string MinColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StartValue
Palette start value
Declaration
[HtmlAttributeName("startValue")]
public double StartValue { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Value
Palette color value
Declaration
[HtmlAttributeName("value")]
public double Value { get; set; }
Property Value
Type | Description |
---|---|
System.Double |