Class TreeMapTooltipSettingsBuilder
Inheritance
System.Object
TreeMapTooltipSettingsBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 component.
Declaration
public TreeMapTooltipSettingsBuilder Fill(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Sets and gets the format of the tooltip in the treemap component.
Declaration
public TreeMapTooltipSettingsBuilder Format(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Sets and gets the marker shapes in the treemap component.
Declaration
public TreeMapTooltipSettingsBuilder MarkerShapes(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Sets and gets the opacity of tooltip in the treemap component.
Declaration
public TreeMapTooltipSettingsBuilder Opacity(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Sets and gets the template for tooltip in the treemap component.
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 component.
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 state of tooltip in the treemap component.
Declaration
public TreeMapTooltipSettingsBuilder Visible(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns