Version

Scroll Method (UltraChartTestObject)

Allows for scrolling of the Chart object. Acts as if the scroll arrow was clicked.
Syntax
'Declaration
 
Public Sub Scroll( _
   ByVal direction As Rational.Test.Ft.Script.Subitem, _
   ByVal value As Double _
) 
public void Scroll( 
   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 scrolling percentage of the chart on 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