Back to Devexpress

TdxChartXYDiagram.Series Property

vcl-dxchartxydiagram-dot-tdxchartxydiagram-b090e905.md

latest1.3 KB
Original Source

TdxChartXYDiagram.Series Property

Provides indexed access to all XY series in the diagram.

Declaration

delphi
property Series[AIndex: Integer]: TdxChartXYSeries read; write;

Property Value

TypeDescription
TdxChartXYSeries

An XY series in the Chart.

|

Remarks

Use the SeriesCount property to obtain the number of series accessible through the Series property. To access only visible series, you can use the VisibleSeries property.

Tip

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

See Also

TdxChartSimpleDiagram.Series Property

TdxChartXYDiagram Class

TdxChartXYDiagram Members

dxChartXYDiagram Unit