Version

Rescale Method (UltraChartTestObject)

Allows for Rescaling of the Chart object. Acts as if the plus or minus icons on the chart scroll bar have been clicked.
Syntax
'Declaration
 
Public Sub Rescale( _
   ByVal direction As Rational.Test.Ft.Script.Subitem, _
   ByVal value As Double _
) 
public void Rescale( 
   Rational.Test.Ft.Script.Subitem direction,
   double value
)

Parameters

direction
Either "X" or "Y" depending on which axis is being modified.
value
The value from 0 (zero) to 1 which reprensents the scale factor of the axis.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also