See Also

Axis Class  | Axis Members

Language

Visual Basic

C#

Show All

See Also Languages dotnetCHARTING Send comments on this topic.

Clear Method

Serves as a shortcut to hide this axis.

[Visual Basic]
Public Sub Clear()
[C#]
public void Clear();

Remarks

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 = "";

See Also

Axis Class  | Axis Members

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.