Creates a ScaleRange DataSource class from an ScaleRange object.
[Visual Basic]
Public Shared Function FromScaleRange( _
ByVal sourceAxis As Axis, _
ByVal sr As ScaleRange _
) As DataSource
[C#]
public static DataSource FromScaleRange(
Axis sourceAxis,
ScaleRange sr
);
[JScript]
public static function FromScaleRange(
sourceAxis : Axis,
sr : ScaleRange
) : DataSource;
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
DataSource Class | DataSource Members
2002 - 2004 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.