Class HeatMapPaletteSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
HeatMapPaletteSettings
Namespace: Syncfusion.EJ2.HeatMap
Assembly: Syncfusion.EJ2.dll
Syntax
public class HeatMapPaletteSettings : EJTagHelper
Constructors
HeatMapPaletteSettings()
Declaration
public HeatMapPaletteSettings()
Properties
ColorGradientMode
Specifies the color gradient mode in heatmap. This property is used to set the minimum and maximum values for colors based on row and column.
Declaration
public ColorGradientMode ColorGradientMode { get; set; }
Property Value
Type | Description |
---|---|
ColorGradientMode | The default value is ColorGradientMode.Table |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
EmptyPointColor
Specifies the color for the empty points in heatmap.
Declaration
public string EmptyPointColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
FillColor
Specifies the options to set fill colors.
Declaration
public HeatMapFillColor FillColor { get; set; }
Property Value
Type | Description |
---|---|
HeatMapFillColor | The default value is null |
Palette
Sets and gets the color palette collection for heatmap cell.
Declaration
public List<HeatMapPalette> Palette { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Syncfusion.EJ2.HeatMap.HeatMapPalette> | The default value is null |
Type
Specifies the style in which the color is to be applied to the cells. Gradient - Renders the heatmap cells with linear gradient colors. Fixed - Renders the heatmap cells with fixed colors.
Declaration
public PaletteType Type { get; set; }
Property Value
Type | Description |
---|---|
PaletteType | The default value is PaletteType.Gradient |