Class HeatMapFillColorBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
HeatMapFillColorBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.HeatMap
Assembly: Syncfusion.AspNetMvc.HeatMap.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
| Type |
|---|
| HeatMapFillColorBuilder |
MinColor(String)
Specifies the minimum fill color for cell color range.
Declaration
public HeatMapFillColorBuilder MinColor(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| HeatMapFillColorBuilder |