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

TcxGridChartView.FindDiagramByID(string) Method

Searches for a diagram with the specified identifier.

#Declaration

Delphi
function FindDiagramByID(const AID: string): TcxGridChartDiagram;

#Parameters

Name Type Description
AID string

The target diagram identifier.

#Returns

Type Description
TcxGridChartDiagram

Returns the diagram whose ID property value matches the AID parameter value.

If the Chart View has no such diagram, the function returns nil (in Delphi) or nullptr (in C++Builder).

See Also