Shows / Hides all Chart axes.
public Boolean Visible {get; set;}

Remarks


Default: true

This property shows or hides the five Chart Axes at once.

Each Axis will be drawn depending also on their Visible property.

Example


[C#]

tChart1.Axes.Visible = true;


See Also

Axes Class | Axes Members | Steema.TeeChart Namespace