Class TreeMapHighlightSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
TreeMapHighlightSettingsBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.TreeMap
Assembly: Syncfusion.AspNetMvc.TreeMap.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
| Type |
|---|
| TreeMapHighlightSettingsBuilder |
Border(Action<TreeMapBorderBuilder>)
Declaration
public TreeMapHighlightSettingsBuilder Border(Action<TreeMapBorderBuilder> border)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Action<TreeMapBorderBuilder> | border |
Returns
| Type |
|---|
| TreeMapHighlightSettingsBuilder |
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
| Type |
|---|
| TreeMapHighlightSettingsBuilder |
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
| Type |
|---|
| TreeMapHighlightSettingsBuilder |
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
| Type |
|---|
| TreeMapHighlightSettingsBuilder |
Opacity(String)
Sets and gets the opacity of the treemap.
Declaration
public TreeMapHighlightSettingsBuilder Opacity(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| TreeMapHighlightSettingsBuilder |