TdxChartXYDiagram.VisibleSeries Property
In This Article
Provides access to all visible series in the diagram.
#Declaration
Delphi
property VisibleSeries[Index: Integer]: TdxChartXYSeries read;
#Property Value
Type | Description |
---|---|
Tdx |
An XY series in the Chart control. |
#Remarks
Use the VisibleSeriesCount property to obtain the number of diagrams accessible through the VisibleSeries
property. To access both visible and hidden series, use the Series property.
Visible series indexes determine their Z-order in an XY diagram – series with higher indexes are drawn on top of series with lower indexes.
Tip
You do not need to cast the Visible
property value to the Tdx
See Also