Skip to main content

TreeMapTitleBuilder Members

Provides methods that allow you to configure nested options of the client-side title object.

Constructors

Name Description
TreeMapTitleBuilder(OptionsOwnerContext) For internal use only. Initializes a new TreeMapTitleBuilder class instance.

Methods

Name Description
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.
Font(Action<VizFontBuilder>) Mirrors the client-side font object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
HorizontalAlignment(HorizontalAlignment) Mirrors the client-side horizontalAlignment option.
Margin(JS) Mirrors the client-side margin option.
Margin(Action<TreeMapTitleMarginBuilder>) Mirrors the client-side margin object.
Margin(Double) Mirrors the client-side margin option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Option(String, Object) Specifies an option by its name.
PlaceholderSize(JS) Mirrors the client-side placeholderSize option.
PlaceholderSize(Double) Mirrors the client-side placeholderSize option.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Subtitle(JS) Mirrors the client-side subtitle option.
Subtitle(Action<TreeMapTitleSubtitleBuilder>) Mirrors the client-side subtitle object.
Subtitle(String) Mirrors the client-side subtitle option.
Text(JS) Mirrors the client-side text option.
Text(String) Mirrors the client-side text option.
TextOverflow(VizTextOverflow) Mirrors the client-side textOverflow option.
ToString() Returns a string that represents the current object. Inherited from Object.
VerticalAlignment(VerticalEdge) Mirrors the client-side verticalAlignment option.
WordWrap(VizWordWrap) Mirrors the client-side wordWrap option.
See Also