Skip to main content
A newer version of this page is available. .

TdxChartCustomSeries.Index Property

Specifies the index of the series in its diagram.

Declaration

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