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
public Boolean Visible {get; set;}
tChart1.Axes.Depth.Visible = true;
DepthAxis Class | DepthAxis Members | Steema.TeeChart Namespace