See Also

Axis Class  | Axis Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

JScript

Show All

See Also Requirements 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();
[JScript]
public function 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 = "";

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Axis Class  | Axis Members

 

 


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