TCustomTeePanel.ApplyZOrder

TCustomTeePanel.ApplyZOrder
TCustomTeePanel

property ApplyZOrder: Boolean;

Unit
TeeProcs

Description
Run-time only.

The ApplyZOrder property controls if several Series on the same TChart component should be displayed each one in a different Z space.

See also Series ZOrder property.

It's valid only when TChart.View3D property is True and when there's more than one Series in same chart.

When False, all Series are drawn using the full Chart Z space. The Chart output can be confusing if Series overlap.