Class TreeMapTitleSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
TreeMapTitleSettingsBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class TreeMapTitleSettingsBuilder : ControlBuilder
Constructors
TreeMapTitleSettingsBuilder()
Declaration
public TreeMapTitleSettingsBuilder()
TreeMapTitleSettingsBuilder(TreeMapTitleSettings)
Declaration
public TreeMapTitleSettingsBuilder(TreeMapTitleSettings model)
Parameters
Methods
Alignment(Alignment)
Sets and gets the text position of the title text in the treemap.
Declaration
public TreeMapTitleSettingsBuilder Alignment(Alignment value)
Parameters
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
Returns
SubtitleSettings(Action<TreeMapSubTitleSettingsBuilder>)
Declaration
public TreeMapTitleSettingsBuilder SubtitleSettings(Action<TreeMapSubTitleSettingsBuilder> subtitleSettings)
Parameters
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
Returns
TextStyle(Action<TreeMapFontBuilder>)
Declaration
public TreeMapTitleSettingsBuilder TextStyle(Action<TreeMapFontBuilder> textStyle)
Parameters
Returns