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

ChartText Members

In This Article
The text displayed in the chart element.

#Properties

Name Description
Lines Gets the lines of text displayed in a chart element.
PlainText Gets the text displayed in a chart element.
Range Returns a cell range from which a chart element’s text is obtained.
RefersTo Returns the string representation of the referenced cell range or formula.
TextType Indicates the source of the text.

#Methods

Name Description
SetAuto() Specifies that the text is obtained automatically.
SetReference(CellRange) Specifies the cell that is the source for the text used in a chart element.
SetReference(String) Specifies the cell that is the source for the text used in a chart element.
SetValue(String) Specifies the text used in a chart element.
See Also