TChartSeries.ZOrder
TChartSeries
property ZOrder: Integer;
Unit
TeEngine
Description
Read-only and run time.
The ZOrder property returns at which position along the depth axis the Series is drawn.
It's valid only when TChart.TCustomTeePanel.View3D property is True and when there's more than one Series in same chart.
You can't alter the ZOrder property directly.
If you want a different order you need to use the Chart TCustomAxisPanel.SeriesList property instead.
The ZOrder property is calculated for each Series just before the Chart is drawn.
The Chart TCustomTeePanel.ApplyZOrder property controls if Series will be assigned a different Z position or not.
When False, all Series are drawn at same Z plane.
The Chart TCustomAxisPanel.MaxZOrder property returns the highest of all Series ZOrder values.