Class HeatMapTitleBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
HeatMapTitleBuilder
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 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 |