TcxGridChartView.DiagramCount Property
Determines the total number of diagrams which are contained within the View.
Declaration
property DiagramCount: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Use the DiagramCount property to get the total number of diagrams which are contained within the View. Use the Diagrams zero-based collection to access a specific diagram by its index.
See Also