TcxGridChartDiagram.ID Property
In This Article
Returns the text that describes the chart diagram.
#Declaration
Delphi
property ID: string read;
#Property Value
Type |
---|
string |
#Remarks
Use the ID property to get the descriptive text which is displayed for the chart diagram (for instance, in Object Inspector). The text is determined from the class name of the diagram and usually identifies the type of the diagram. Each diagram provides its own value for the ID property according to the diagram’s type. For instance, this property returns ‘Bar Diagram’ for a bar diagram.
See Also