Class HeatMapCellBuilder
Inheritance
System.Object
HeatMapCellBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.DataVisualization.Builders
Assembly: Syncfusion.EJ.dll
Syntax
public class HeatMapCellBuilder
Constructors
HeatMapCellBuilder(HeatMapCellOptions)
Declaration
public HeatMapCellBuilder(HeatMapCellOptions cellMapping)
Parameters
Type | Name | Description |
---|---|---|
HeatMapCellOptions | cellMapping |
Fields
heatmapCell
Declaration
public HeatMapCellOptions heatmapCell
Field Value
Type | Description |
---|---|
HeatMapCellOptions |
Methods
Column(HeatMapCellVisibility)
Declaration
public HeatMapCellBuilder Column(HeatMapCellVisibility showContent)
Parameters
Type | Name | Description |
---|---|---|
HeatMapCellVisibility | showContent |
Returns
Type | Description |
---|---|
HeatMapCellBuilder |
Column(Boolean)
Declaration
public HeatMapCellBuilder Column(bool ShowColor)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | ShowColor |
Returns
Type | Description |
---|---|
HeatMapCellBuilder |