Class TreeMapTooltipSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
TreeMapTooltipSettingsBuilder
Assembly: Syncfusion.EJ2.dll
public class TreeMapTooltipSettingsBuilder : ControlBuilder
Constructors
Declaration
public TreeMapTooltipSettingsBuilder()
Declaration
public TreeMapTooltipSettingsBuilder(TreeMapTooltipSettings model)
Parameters
Methods
Sets and gets the options for customizing the color and width of the border of the tooltip.
Declaration
public TreeMapTooltipSettingsBuilder Border(TreeMapBorder value)
Parameters
Returns
Declaration
public TreeMapTooltipSettingsBuilder Border(Action<TreeMapBorderBuilder> border)
Parameters
Returns
Sets and gets the background color of tooltip in the treemap.
Declaration
public TreeMapTooltipSettingsBuilder Fill(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Sets and gets the string to format the tooltip in the treemap.
Declaration
public TreeMapTooltipSettingsBuilder Format(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Sets and gets the opacity of tooltip in the treemap.
Declaration
public TreeMapTooltipSettingsBuilder Opacity(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Sets and gets the template for tooltip in the treemap.
Declaration
public TreeMapTooltipSettingsBuilder Template(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
TextStyle(TreeMapFont)
Sets and gets the options for customizing the text style of tooltip of the treemap.
Declaration
public TreeMapTooltipSettingsBuilder TextStyle(TreeMapFont value)
Parameters
Returns
TextStyle(Action<TreeMapFontBuilder>)
Declaration
public TreeMapTooltipSettingsBuilder TextStyle(Action<TreeMapFontBuilder> textStyle)
Parameters
Returns
Enables or disables the visibility of the tooltip in the treemap.
Declaration
public TreeMapTooltipSettingsBuilder Visible(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns