Collection of predefined and custom axis objects.
public Axes Axes {get;}

Remarks


The Axes property grants access to the four axes, Top, Left, Right, Bottom.

Example


[C#]

tChart1.Axes.Visible = false;  //Hides all axes 

tChart1.Axes.Left.Visible = false;   //Hides only the Left Axis


See Also

TChart Class | TChart Members | Steema.TeeChart Namespace