Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

Type Description
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