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