Skip to main content

TreeMapGroupBuilder Methods

Provides methods that allow you to configure nested options of the client-side group object.
Name Description
Border(Action<TreeMapGroupBorderBuilder>) Mirrors the client-side border object.
Color(JS) Mirrors the client-side color option.
Color(String) 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) Mirrors the client-side headerHeight option.
HeaderHeight(Double) Mirrors the client-side headerHeight option.
HoverEnabled(JS) Mirrors the client-side hoverEnabled option.
HoverEnabled(Boolean) Mirrors the client-side hoverEnabled option.
HoverStyle(Action<TreeMapGroupHoverStyleBuilder>) Mirrors the client-side hoverStyle object.
Label(Action<TreeMapGroupLabelBuilder>) 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) Mirrors the client-side padding option.
Padding(Double) 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>) Mirrors the client-side selectionStyle object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also