TcxGridChartView.Diagrams Property
Provides indexed access to the diagrams which are contained within the View.
Declaration
property Diagrams[Index: Integer]: TcxGridChartDiagram read;
Property Value
Type |
---|
TcxGridChartDiagram |
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