Obtains a copy instance of this Axis and performs unit conversion for it's tick values based on the specified units.
[Visual Basic]
Overloads Public Function Calculate( _
ByVal name As String, _
ByVal convertFromUnit As Object, _
ByVal convertToUnit As Object _
) As Axis
[C#]
public Axis Calculate(
string name,
object convertFromUnit,
object convertToUnit
);
[JScript]
public function Calculate(
name : String,
convertFromUnit : Object,
convertToUnit : Object
) : Axis;
A new calculated instance of this axis.
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.