public Axes Axes {get;}
Remarks
The Axes property grants access to the five axes, Top, Left, Right, Bottom and z depth.
Example
[C#]
//Hides all axes;
tChart.Axes.Visible = false;
//Hides only the Left Axis;
tChart.Axes.Left.Visible = false;
See Also
Chart Class | Chart Members | Steema.TeeChart Namespace