Shows or hides all the five Chart Axes at once.
public Boolean Visible {get; set;}

Remarks


This boolean property Shows / Hides the Axis lines, ticks, grids, labels and title. You can change it both at design and runtime:

Example


[C#]

tChart1.Axes.Bottom.Visible = false;

See Also

Axis Class | Axis Members | Steema.TeeChart Namespace