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