Skip to main content

TcxCustomGridChartTitle.Text Property

Specifies the text string of the title text.

Declaration

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