Back to Devexpress

TdxChartXYDiagram.VisibleSeries Property

vcl-dxchartxydiagram-dot-tdxchartxydiagram-7993b76a.md

latest1.6 KB
Original Source

TdxChartXYDiagram.VisibleSeries Property

Provides access to all visible series in the diagram.

Declaration

delphi
property VisibleSeries[Index: Integer]: TdxChartXYSeries read;

Property Value

TypeDescription
TdxChartXYSeries

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 VisibleSeries property value to the TdxChartXYSeries class to access all XY series type-specific properties and methods, unlike the VisibleSeries property declared in the TdxChartCustomDiagram class.

See Also

TdxChartSimpleDiagram.VisibleSeries Property

TdxChartXYDiagram Class

TdxChartXYDiagram Members

dxChartXYDiagram Unit