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

TcxCustomGridChartTitle.Text Property

Specifies the text string of the title text.

#Declaration

Delphi
property Text: string read; write;

#Property Value

Type
string

#Remarks

Set the Text property to specify the text which will appear as the title in the chart. The title text is not displayed unless its Text property is set. If this property is assigned an empty string, the default text will be displayed as the title text. TcxCustomGridChartTitle descendants provide their own values as the default texts. To get the text which is displayed as the title, use the GetText function.

Use the title text’s Alignment and Position properties to manage its appearance aspects within the chart.

See Also