TChartAxis.ZPosition
TChartAxis
property ZPosition: Double;
Unit
TeEngine
Description
The axis position along the "Z" depth direction, in percentage ( % ) on the total depth length.
In 3D or orthogonal display modes, ZPosition controls where to display the axis line.
This property is useful if you want to move axis to front or to back in 3D view.
Chart1.Axes.Left.ZPosition := 100 ; // moves Left axis to back 100%