Back to Devexpress

TdxChartSimpleDiagram.VisibleSeries Property

vcl-dxchartsimplediagram-dot-tdxchartsimplediagram-8a02ccd2.md

latest1.7 KB
Original Source

TdxChartSimpleDiagram.VisibleSeries Property

Provides indexed access to all visible series in the diagram.

Declaration

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

Property Value

TypeDescription
TdxChartSimpleSeries

A simple 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 series positions in the diagram depending on its layout and the number of series in a row or column.

Tip

You do not need to cast the VisibleSeries property value to the TdxChartSimpleDiagram class to access all simple series type-specific properties and methods, unlike the VisibleSeries property declared in the TdxChartCustomDiagram class.

See Also

TdxChartXYDiagram.VisibleSeries Property

TdxChartSimpleDiagram Class

TdxChartSimpleDiagram Members

dxChartSimpleDiagram Unit