TdxChart.DiagramCount Property
Returns the total number of diagrams.
Declaration
property DiagramCount: Integer read;
Property Value
| Type | Description |
|---|---|
| Integer | The number of diagrams accessible through the Diagrams property. |
Remarks
Important
Do not use the DiagramCount property in your code. To identify the number of diagrams in the Chart control, use its DiagramCount property instead.
See Also