Class TreeMapHighlightSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
TreeMapHighlightSettingsBuilder
Namespace: Syncfusion.EJ2.TreeMap
Assembly: Syncfusion.EJ2.dll
Syntax
public class TreeMapHighlightSettingsBuilder : ControlBuilder
Constructors
TreeMapHighlightSettingsBuilder()
Declaration
public TreeMapHighlightSettingsBuilder()
TreeMapHighlightSettingsBuilder(TreeMapHighlightSettings)
Declaration
public TreeMapHighlightSettingsBuilder(TreeMapHighlightSettings model)
Parameters
Type | Name | Description |
---|---|---|
TreeMapHighlightSettings | model |
Methods
Border(TreeMapBorder)
Sets and gets the options for customizing the color and width of the border of the highlighted item in the treemap.
Declaration
public TreeMapHighlightSettingsBuilder Border(TreeMapBorder value)
Parameters
Type | Name | Description |
---|---|---|
TreeMapBorder | value |
Returns
Border(Action<TreeMapBorderBuilder>)
Declaration
public TreeMapHighlightSettingsBuilder Border(Action<TreeMapBorderBuilder> border)
Parameters
Type | Name | Description |
---|---|---|
System.Action<TreeMapBorderBuilder> | border |
Returns
Enable(Boolean)
Enables or disables the highlight functionality of the treemap.
Declaration
public TreeMapHighlightSettingsBuilder Enable(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |
Returns
Fill(String)
Sets and gets the highlight color of the treemap.
Declaration
public TreeMapHighlightSettingsBuilder Fill(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Mode(HighLightMode)
Sets and gets the element in which highlight must be done in the treemap.
Declaration
public TreeMapHighlightSettingsBuilder Mode(HighLightMode value)
Parameters
Type | Name | Description |
---|---|---|
HighLightMode | value |
Returns
Opacity(String)
Sets and gets the opacity of the treemap.
Declaration
public TreeMapHighlightSettingsBuilder Opacity(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |