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