バージョン

Scroll メソッド (UltraChartTestObject)

Chart オブジェクトのスクロールを許可します。スクロールバーの矢印がクリックされたかのように動作します。
シンタックス
'宣言
 
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
)

パラメータ

direction
どちらの軸が変更されるかに応じて "X" または "Y" のいずれか。
value
軸上でのチャートのスクロール パーセンテージを表す 0 から 1 の値
プラットフォーム

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

参照