Class HeatMapPalette
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
HeatMapPalette
Namespace: Syncfusion.EJ2.HeatMap
Assembly: Syncfusion.EJ2.dll
Syntax
public class HeatMapPalette : EJTagHelper
Constructors
HeatMapPalette()
Declaration
public HeatMapPalette()
Properties
Color
Sets and gets the color for a palette.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
EndValue
Sets and gets the end value in the heatmap data to set the palette color.
Declaration
public double EndValue { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is Double.NaN |
Label
Sets and gets the label to be set in the corresponding legend for the palette color.
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
MaxColor
Sets and gets the maximum color for color range in a palette.
Declaration
public string MaxColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
MinColor
Sets and gets the minimum color for color range in a palette.
Declaration
public string MinColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
StartValue
Sets and gets the start value in the heatmap data to set the palette color.
Declaration
public double StartValue { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is Double.NaN |
Value
Sets and gets the value in the heatmap data to set the palette color.
Declaration
public double Value { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is Double.NaN |