Skip to main content

ChartArgumentAxisTitleBuilder Methods

Provides methods that allow you to configure nested options of the client-side title object.
Name Description
Alignment(HorizontalAlignment) Aligns the axis title to the left, center, or right of the axis. Mirrors the client-side alignment 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.
Font(Action<VizFontBuilder>) Specifies font properties for the axis title. 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.
Margin(JS) Adds a pixel-measured empty space between the axis title and axis labels. Mirrors the client-side margin option.
Margin(Double) Adds a pixel-measured empty space between the axis title and axis labels. 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.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Text(JS) Specifies the text of the axis title. Mirrors the client-side text option.
Text(String) Specifies the text of the axis title. Mirrors the client-side text option.
TextOverflow(VizTextOverflow) Specifies what to do with the axis title when it overflows the allocated space after applying wordWrap: hide, truncate them and display an ellipsis, or do nothing. Mirrors the client-side textOverflow option.
ToString() Returns a string that represents the current object. Inherited from Object.
WordWrap(VizWordWrap) Specifies how to wrap the axis title if it does not fit into a single line. Mirrors the client-side wordWrap option.
See Also