Class HeatMapLegendPropertiesBuilder
Inheritance
System.Object
HeatMapLegendPropertiesBuilder
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 HeatMapLegendPropertiesBuilder : IPropertiesBuilder, IHtmlString
Constructors
HeatMapLegendPropertiesBuilder()
Declaration
public HeatMapLegendPropertiesBuilder()
HeatMapLegendPropertiesBuilder(HeatMapLegend)
Declaration
public HeatMapLegendPropertiesBuilder(HeatMapLegend HeatMapLegend)
Parameters
Type | Name | Description |
---|---|---|
HeatMapLegend | HeatMapLegend |
Fields
HeatMapLegend
Declaration
public HeatMapLegend HeatMapLegend
Field Value
Type | Description |
---|---|
HeatMapLegend |
Methods
Height(String)
Declaration
public HeatMapLegendPropertiesBuilder Height(string height)
Parameters
Type | Name | Description |
---|---|---|
System.String | height |
Returns
Type | Description |
---|---|
HeatMapLegendPropertiesBuilder |
Render()
Declaration
public void Render()
ToHtmlString()
Declaration
public string ToHtmlString()
Returns
Type | Description |
---|---|
System.String |
Width(String)
Declaration
public HeatMapLegendPropertiesBuilder Width(string width)
Parameters
Type | Name | Description |
---|---|---|
System.String | width |
Returns
Type | Description |
---|---|
HeatMapLegendPropertiesBuilder |
Implements
System.Web.IHtmlString