IAspect.ApplyZOrder
IAspect
property ApplyZOrder: WordBool;
Type Library
TeeChartx
Description
Run-time only.
The ApplyZOrder property controls if several Series on the same TChart class should be displayed each one in a different Z space.
It's valid only when TChart.Aspect.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.
The "LASTVALU.PAS" example unit under TEEDEMO.DPR project shows an example of ApplyZOrder property.