バージョン

WindowRectChangedOverride メソッド (AnnotationLayer)

チャート ウィンドウの変更に応答する際に派生したクラスでオーバーライドされます。
シンタックス
'宣言
 
Protected Overrides Sub WindowRectChangedOverride( _
   ByVal oldWindowRect As Rect, _
   ByVal newWindowRect As Rect _
) 
protected override void WindowRectChangedOverride( 
   Rect oldWindowRect,
   Rect newWindowRect
)

パラメータ

oldWindowRect
チャートの古いウインドウ矩形。
newWindowRect
チャートの新しいウインドウ矩形。
参照