Class HeatMapPalette
Inheritance
System.Object
HeatMapPalette
Assembly: Syncfusion.EJ2.dll
Syntax
public class HeatMapPalette : EJTagHelper
Constructors
HeatMapPalette()
Declaration
Properties
Color
Declaration
public string Color { get; set; }
Property Value
Type |
Description |
System.String |
|
EndValue
Declaration
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
Declaration
public string Label { get; set; }
Property Value
Type |
Description |
System.String |
|
MaxColor
Declaration
public string MaxColor { get; set; }
Property Value
Type |
Description |
System.String |
|
MinColor
Declaration
public string MinColor { get; set; }
Property Value
Type |
Description |
System.String |
|
StartValue
Declaration
public double StartValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
Value
Declaration
public double Value { get; set; }
Property Value
Type |
Description |
System.Double |
|