[Visual Basic] Public Sub New()
[C#] public Axis();
Initializes a new instance of the Axis class with a name and label.[JScript] public function Axis();
[Visual Basic] Public Sub New(String)
[C#] public Axis(string);
Initializes a new instance of the Axis class that will process the tick values of the specified axis based on a custom method.[JScript] public function Axis(String)
[Visual Basic] Public Sub New(String,ChangeValueDelegate,Axis)
Initializes a new instance of the Axis class that will convert the tick labels of the specified axis to the specified units.
[Visual Basic] Public Sub New(String,Object,Object,Axis)
Initializes a new instance of the Axis class with a name, label, and scale enumeration.
[Visual Basic] Public Sub New(String,Scale)
Initializes a new instance of the Axis class that will recalculate time intervals of the specified axis.[JScript] public function Axis(String,Scale)
[Visual Basic] Public Sub New(String,TimeInterval,Axis)
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
2002 - 2004 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.