バージョン

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

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

パラメータ

oldValue
イベントが発生する前のScaleまたはScrollの値。
newValue
イベントが発生した後のScaleまたはScrollの値。
eventType
ScrollScaleイベントのタイプ。
参照