TreeMapGroupBuilder Methods
Provides methods that allow you to configure nested options of the client-side group object.Name | Description |
---|---|
Border(Action<TreeMapGroupBorderBuilder>) | Configures the group borders. Mirrors the client-side border object. |
Color(JS) | Colors the group headers. Mirrors the client-side color option. |
Color(String) | Colors the group headers. Mirrors the client-side color option. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
HeaderHeight(JS) | Specifies the height of the group headers in pixels. Mirrors the client-side headerHeight option. |
HeaderHeight(Double) | Specifies the height of the group headers in pixels. Mirrors the client-side headerHeight option. |
HoverEnabled(JS) | Specifies whether groups change their style when a user pauses on them. Mirrors the client-side hoverEnabled option. |
HoverEnabled(Boolean) | Specifies whether groups change their style when a user pauses on them. Mirrors the client-side hoverEnabled option. |
HoverStyle(Action<TreeMapGroupHoverStyleBuilder>) | Specifies the appearance of groups in the hover state. Mirrors the client-side hoverStyle object. |
Label(Action<TreeMapGroupLabelBuilder>) | Configures the group labels. Mirrors the client-side label object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
Option(String, Object) | Specifies an option by its name. |
Padding(JS) | Specifies the distance in pixels between group borders and content. Mirrors the client-side padding option. |
Padding(Double) | Specifies the distance in pixels between group borders and content. Mirrors the client-side padding option. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
SelectionStyle(Action<TreeMapGroupSelectionStyleBuilder>) | Specifies the appearance of groups in the selected state. Mirrors the client-side selectionStyle object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also