TcxGridChartDiagram.DisplayText Property
Returns the text string that 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.
See Also