[Visual Basic] Public Sub New()
Initializes a new instance of the Axis class with a name and label.[C#] public Axis();
[Visual Basic] Public Sub New(String)
Initializes a new instance of the Axis class that will process the tick values of the specified axis based on a custom method.[C#] public 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.
[Visual Basic] Public Sub New(String,TimeInterval,Axis)
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.