バージョン

ChartScrollScaleEventArgs コンストラクタ(Double,Double,ScrollScaleEventType,Axis)

ChartScrollScaleEventArgsコンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal oldValue As Double, _
   ByVal newValue As Double, _
   ByVal eventType As ScrollScaleEventType, _
   ByVal axis As Axis _
)
public ChartScrollScaleEventArgs( 
   double oldValue,
   double newValue,
   ScrollScaleEventType eventType,
   Axis axis
)

パラメータ

oldValue
イベントが発生する前のScaleまたはScrollの値。
newValue
イベントが発生した後のScaleまたはScrollの値。
eventType
ScrollScaleイベントのタイプ。
axis
スクロールまたはスケールされる軸。
参照