Class TreeMapTooltipSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
TreeMapTooltipSettings
Namespace: Syncfusion.EJ2.TreeMap
Assembly: Syncfusion.EJ2.dll
Syntax
public class TreeMapTooltipSettings : EJTagHelper
Constructors
TreeMapTooltipSettings()
Declaration
public TreeMapTooltipSettings()
Properties
Border
Sets and gets the options for customizing the color and width of the border of the tooltip.
Declaration
public TreeMapBorder Border { get; set; }
Property Value
Type | Description |
---|---|
TreeMapBorder | The default value is null |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
Fill
Sets and gets the background color of tooltip in the treemap.
Declaration
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Format
Sets and gets the string to format the tooltip in the treemap.
Declaration
public string Format { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Opacity
Sets and gets the opacity of tooltip in the treemap.
Declaration
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 0.75 |
Template
Sets and gets the template for tooltip in the treemap.
Declaration
public string Template { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
TextStyle
Sets and gets the options for customizing the text style of tooltip of the treemap.
Declaration
public TreeMapFont TextStyle { get; set; }
Property Value
Type | Description |
---|---|
TreeMapFont | The default value is null |
Visible
Enables or disables the visibility of the tooltip in the treemap.
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |