Class TreeMapCommonTitleSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
TreeMapCommonTitleSettingsBuilder
Namespace: Syncfusion.EJ2.TreeMap
Assembly: Syncfusion.EJ2.dll
Syntax
public class TreeMapCommonTitleSettingsBuilder : ControlBuilder
Constructors
TreeMapCommonTitleSettingsBuilder()
Declaration
public TreeMapCommonTitleSettingsBuilder()
TreeMapCommonTitleSettingsBuilder(TreeMapCommonTitleSettings)
Declaration
public TreeMapCommonTitleSettingsBuilder(TreeMapCommonTitleSettings model)
Parameters
| Type | Name | Description |
|---|---|---|
| TreeMapCommonTitleSettings | model |
Methods
Description(String)
Define the description of the title for the accessibility in the treemap.
Declaration
public TreeMapCommonTitleSettingsBuilder Description(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| TreeMapCommonTitleSettingsBuilder |
Text(String)
Sets and gets the text for the title in the treemap.
Declaration
public TreeMapCommonTitleSettingsBuilder Text(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| TreeMapCommonTitleSettingsBuilder |