Determines the Z axis position along chart Depth
public Double ZPosition {get; set;}

Remarks


The axis position along the "Z" depth direction, as a  percentage ( % ) of the total depth.
It can even be set to negative values to place the axis in front of the Chart, or values greater than 100% to place the axis behind the Chart

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.

Example


[C#]

tChart1.Axes.Bottom.ZPosition = 100;  // moves Left axis to back 100%  

See Also

Axis Class | Axis Members | Steema.TeeChart Namespace