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