Class HeatMapTitleBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
HeatMapTitleBuilder
Namespace: Syncfusion.EJ2.HeatMap
Assembly: Syncfusion.EJ2.dll
Syntax
public class HeatMapTitleBuilder : ControlBuilder
Constructors
HeatMapTitleBuilder()
Declaration
public HeatMapTitleBuilder()
HeatMapTitleBuilder(HeatMapTitle)
Declaration
public HeatMapTitleBuilder(HeatMapTitle model)
Parameters
Type | Name | Description |
---|---|---|
HeatMapTitle | model |
Methods
Text(String)
Sets and gets the text for the title.
Declaration
public HeatMapTitleBuilder Text(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type |
---|
HeatMapTitleBuilder |
TextStyle(Object)
Sets and gets the options to customize the text of the title.
Declaration
public HeatMapTitleBuilder TextStyle(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value |
Returns
Type |
---|
HeatMapTitleBuilder |