TcxGridChartView.FindDiagramByID(string) Method
In This Article
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 |
---|---|
Tcx |
Returns the diagram whose ID property value matches the If the Chart View has no such diagram, the function returns |
See Also