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 Function New( _
ByVal name As String, _
ByVal fromUnit As Object, _
ByVal toUnits As Object, _
ByVal axisToShadow As Axis _
)
[JScript]
public function Axis(
name : String,
fromUnit : Object,
toUnits : Object,
axisToShadow : Axis
);
This instance must be added to Chart.AxisCollection. The specified axis must appear on the chart, otherwise, the new instance will have no effect when added to Chart.AxisCollection.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Axis Class | Axis Members | Overload List
2002 - 2004 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.