Class HeatMapFillColorBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
HeatMapFillColorBuilder
Namespace: Syncfusion.EJ2.HeatMap
Assembly: Syncfusion.EJ2.dll
Syntax
public class HeatMapFillColorBuilder : ControlBuilder
Constructors
HeatMapFillColorBuilder()
Declaration
public HeatMapFillColorBuilder()
HeatMapFillColorBuilder(HeatMapFillColor)
Declaration
public HeatMapFillColorBuilder(HeatMapFillColor model)
Parameters
Type | Name | Description |
---|---|---|
HeatMapFillColor | model |
Methods
MaxColor(String)
Specifies the maximum fill color for cell color range.
Declaration
public HeatMapFillColorBuilder MaxColor(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
MinColor(String)
Specifies the minimum fill color for cell color range.
Declaration
public HeatMapFillColorBuilder MinColor(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |