Class TreeMapHighlightSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
TreeMapHighlightSettingsBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class TreeMapHighlightSettingsBuilder : ControlBuilder
Constructors
TreeMapHighlightSettingsBuilder()
Declaration
public TreeMapHighlightSettingsBuilder()
TreeMapHighlightSettingsBuilder(TreeMapHighlightSettings)
Declaration
public TreeMapHighlightSettingsBuilder(TreeMapHighlightSettings model)
Parameters
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
Returns
Border(Action<TreeMapBorderBuilder>)
Declaration
public TreeMapHighlightSettingsBuilder Border(Action<TreeMapBorderBuilder> border)
Parameters
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
Returns
Opacity(String)
Sets and gets the opacity of the treemap.
Declaration
public TreeMapHighlightSettingsBuilder Opacity(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns