Serves as a shortcut to hide this axis.
[Visual Basic]
Public Sub Clear()
[C#]
public void Clear();
The axis is cleared by setting the following properties:
Axis.ClearValues = true;
Axis.TickLine.Length = 0;
Axis.Line.Color = Color.Empty;
Axis.TickLabelPadding = 0;
Axis.Label.Text = "";
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.