TdxChart.VisibleDiagrams Property
Provides indexed access to all visible diagrams.
Declaration
property VisibleDiagrams[Index: Integer]: TdxChartCustomDiagram read;
Property Value
| Type | Description |
|---|---|
| TdxChartCustomDiagram | A visible diagram. |
Remarks
Important
Do not use the VisibleDiagrams property in your code. To access visible diagrams in the Chart control, use its VisibleDiagrams property instead.
See Also