Back to Devexpress

TdxChartCustomSeries.Index Property

vcl-dxchartcore-dot-tdxchartcustomseries-4a45e435.md

latest1.4 KB
Original Source

TdxChartCustomSeries.Index Property

Specifies the index of the series in its diagram.

Declaration

delphi
property Index: Integer read; write;

Property Value

TypeDescription
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.

Note

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

See Also

TdxChartCustomDiagram.Series Property

TdxChartCustomDiagram.VisibleSeries Property

TdxChartCustomSeries Class

TdxChartCustomSeries Members

dxChartCore Unit