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

TdxChartCustomSeries.Index Property

Specifies the index of the series in its diagram.

#Declaration

Delphi
property Index: Integer read; write;

#Property Value

Type Description
Integer

The index of the series in its parent diagram.

#Remarks

The Index property value also determines Z-order of the XY series. An XY series with the highest Index property value is displayed on top of all other series in the same diagram.

VCL Chart Control: Series Indexes and Z-Order

Note

For simple series, indexes determine their positions in a simple diagram layout.

See Also