Skip to main content
A newer version of this page is available. .

TcxGridChartDiagram.DisplayText Property

Returns the text which describes the chart diagram.

Declaration

property DisplayText: string read;

Property Value

Type
string

Remarks

By default, this property returns the value of the ID property. Various diagrams (descendants of the TcxGridChartDiagram class) return the descriptive text according to the diagram type they represent. This text is used, for instance, to identify diagrams in the diagram selector.

The scxGridChartColumnDiagramDisplayText, scxGridChartBarDiagramDisplayText, scxGridChartLineDiagramDisplayText, scxGridChartAreaDiagramDisplayText and scxGridChartPieDiagramDisplayText resource strings provide the descriptive text for column, bar, line, area and pie diagrams, respectively.

See Also