Class TreeMapTitleSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
TreeMapTitleSettingsBuilder
Namespace: Syncfusion.EJ2.TreeMap
Assembly: Syncfusion.EJ2.dll
Syntax
public class TreeMapTitleSettingsBuilder : ControlBuilder
Constructors
TreeMapTitleSettingsBuilder()
Declaration
public TreeMapTitleSettingsBuilder()
TreeMapTitleSettingsBuilder(TreeMapTitleSettings)
Declaration
public TreeMapTitleSettingsBuilder(TreeMapTitleSettings model)
Parameters
Type | Name | Description |
---|---|---|
TreeMapTitleSettings | model |
Methods
Alignment(Alignment)
Sets and gets the text position of the title text in the treemap.
Declaration
public TreeMapTitleSettingsBuilder Alignment(Alignment value)
Parameters
Type | Name | Description |
---|---|---|
Alignment | value |
Returns
Description(String)
Define the description of the title for the accessibility in the treemap.
Declaration
public TreeMapTitleSettingsBuilder Description(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
SubtitleSettings(TreeMapSubTitleSettings)
Sets and gets the options to customize the subtitle for the treemap.
Declaration
public TreeMapTitleSettingsBuilder SubtitleSettings(TreeMapSubTitleSettings value)
Parameters
Type | Name | Description |
---|---|---|
TreeMapSubTitleSettings | value |
Returns
SubtitleSettings(Action<TreeMapSubTitleSettingsBuilder>)
Declaration
public TreeMapTitleSettingsBuilder SubtitleSettings(Action<TreeMapSubTitleSettingsBuilder> subtitleSettings)
Parameters
Type | Name | Description |
---|---|---|
System.Action<TreeMapSubTitleSettingsBuilder> | subtitleSettings |
Returns
Text(String)
Sets and gets the text for the title in the treemap.
Declaration
public TreeMapTitleSettingsBuilder Text(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
TextStyle(TreeMapFont)
Sets and gets the options to customize the text style of the title of the treemap.
Declaration
public TreeMapTitleSettingsBuilder TextStyle(TreeMapFont value)
Parameters
Type | Name | Description |
---|---|---|
TreeMapFont | value |
Returns
TextStyle(Action<TreeMapFontBuilder>)
Declaration
public TreeMapTitleSettingsBuilder TextStyle(Action<TreeMapFontBuilder> textStyle)
Parameters
Type | Name | Description |
---|---|---|
System.Action<TreeMapFontBuilder> | textStyle |