Skip to main content

TcxGridChartView.FindDiagramByID(string) Method

Searches for a diagram with the specified identifier.

Declaration

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