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 If the Chart View has no such diagram, the function returns |
See Also