Back to Devexpress

TdxChartSimpleDiagram.Series Property

vcl-dxchartsimplediagram-dot-tdxchartsimplediagram-e91cdf95.md

latest1.4 KB
Original Source

TdxChartSimpleDiagram.Series Property

Provides indexed access to all simple series in the diagram.

Declaration

delphi
property Series[AIndex: Integer]: TdxChartSimpleSeries read; write; default;

Property Value

TypeDescription
TdxChartSimpleSeries

A simple series in the Chart control.

|

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 TdxChartSimpleDiagram class to access all simple series type-specific properties and methods, unlike the Series property declared in the TdxChartCustomDiagram class.

See Also

TdxChartXYDiagram.Series Property

TdxChartSimpleDiagram Class

TdxChartSimpleDiagram Members

dxChartSimpleDiagram Unit