Class HeatMapPaletteSettings
Inheritance
System.Object
HeatMapPaletteSettings
Assembly: Syncfusion.EJ2.dll
Syntax
public class HeatMapPaletteSettings : EJTagHelper
Constructors
HeatMapPaletteSettings()
Declaration
public HeatMapPaletteSettings()
Properties
ColorGradientMode
Specifies the colorGradientMode in Heatmap.
Declaration
public ColorGradientMode ColorGradientMode { get; set; }
Property Value
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
EmptyPointColor
Specifies the color for empty points in Heatmap.
Declaration
public string EmptyPointColor { get; set; }
Property Value
Type |
Description |
System.String |
|
FillColor
Options to set fill colors.
Declaration
public HeatMapFillColor FillColor { get; set; }
Property Value
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Palette
Specifies the color collection for heat map cell.
Declaration
public List<HeatMapPalette> Palette { get; set; }
Property Value
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Type
Specifies the color style
Gradient - Render a HeatMap cells with linear gradient color.
Fixed - Render a HeatMap cells with fixed color.
Declaration
public PaletteType Type { get; set; }
Property Value