TcxGridChartView.Diagrams Property
In This Article
Provides indexed access to the diagrams which are contained within the View.
#Declaration
Delphi
property Diagrams[Index: Integer]: TcxGridChartDiagram read;
#Property Value
Type |
---|
Tcx |
#Remarks
Use the Diagrams zero-based indexed collection to access all the diagrams which are contained within the View. Use the DiagramCount property to obtain a count of the total number of diagrams which are contained within the collection.
See Also