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

ChartTitleOptions Members

In This Article
Contains common options for the chart and axis titles.

#Properties
Show Inherited Hide Inherited

Name Description
Fill Provides access to fill options for the specified drawing object. Inherited from ShapeFormatBase.
Font Provides access to font attributes for text displayed in a chart element. Inherited from ShapeTextFormat.
Layout Enables you to specify the exact position of a chart title.
Lines Gets the lines of text displayed in a chart element. Inherited from ChartText.
Outline Provides access to the options used to format an outline of the specified drawing object. Inherited from ShapeFormatBase.
PlainText Gets the text displayed in a chart element. Inherited from ChartText.
Range Returns a cell range from which a chart element’s text is obtained. Inherited from ChartText.
RefersTo Returns the string representation of the referenced cell range or formula. Inherited from ChartText.
TextDirection Gets or sets the text direction in a chart element. Inherited from ShapeTextFormat.
TextRotation Gets or sets the rotation angle of the text in a chart element. Inherited from ShapeTextFormat.
TextType Indicates the source of the text. Inherited from ChartText.
Visible Gets or sets a value indicating whether the specific title is displayed on a chart.

#Methods
Show Inherited Hide Inherited

Name Description
ResetToMatchStyle() Removes custom formatting of the chart element and applies default formatting based on the chart style. Inherited from ShapeFormat.
SetAuto() Specifies that the text is obtained automatically. Inherited from ChartText.
SetReference(CellRange) Specifies the cell that is the source for the text used in a chart element. Inherited from ChartText.
SetReference(String) Specifies the cell that is the source for the text used in a chart element. Inherited from ChartText.
SetValue(String) Specifies the text used in a chart element. Inherited from ChartText.
See Also