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

TcxGridChartDiagram.ID Property

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