Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ChartTitleBuilder Methods
Show Inherited Hide Inherited

Provides methods that allow you to configure nested options of the client-side title object.
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>) Specifies font properties for the 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.
HorizontalAlignment(HorizontalAlignment) Specifies the title's alignment in a horizontal direction. Mirrors the client-side horizontalAlignment option.
Margin(JS) Generates space around the title. Mirrors the client-side margin option.
Margin(Action<ChartTitleMarginBuilder>) Generates space around the title. Mirrors the client-side margin object.
Margin(Double) Generates space around the title. 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) Reserves a pixel-measured space for the title. Mirrors the client-side placeholderSize option.
PlaceholderSize(Double) Reserves a pixel-measured space for the title. 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) Configures the UI component's subtitle. Mirrors the client-side subtitle option.
Subtitle(Action<ChartTitleSubtitleBuilder>) Configures the UI component's subtitle. Mirrors the client-side subtitle object.
Subtitle(String) Configures the UI component's subtitle. Mirrors the client-side subtitle option.
Text(JS) Specifies the title's text. Mirrors the client-side text option.
Text(String) Specifies the title's text. Mirrors the client-side text option.
TextOverflow(VizTextOverflow) Specifies what to do with the title when it overflows the allocated space after applying wordWrap: hide, truncate it 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.
VerticalAlignment(VerticalEdge) Specifies the title's alignment in a vertical direction. Mirrors the client-side verticalAlignment option.
WordWrap(VizWordWrap) Specifies how to wrap the title if it does not fit into a single line. Mirrors the client-side wordWrap option.
See Also