Shows or hides the Depth Axis.
public Boolean Visible {get; set;}

Remarks


Default: false

This property shows or hides the Depth Axis.  

Example


[C#]

tChart1.Axes.Depth.Visible = true;

See Also

DepthAxis Class | DepthAxis Members | Steema.TeeChart Namespace