TcxGridChartView.AvailableDiagrams Property
Provides indexed access to all diagrams in the Chart View.
Declaration
property AvailableDiagrams[Index: Integer]: TcxGridChartDiagram read;
Property Value
| Type | Description |
|---|---|
| TcxGridChartDiagram | A Chart View diagram. |
Remarks
Use the AvailableDiagramCount property to obtain the number of diagrams accessible through the AvailableDiagrams property.
See Also