バージョン

IsDependentOnSeries メソッド

シリーズ描画でレイヤーの再描画が必要かどうかを決定するためにオーバーライドします。
シンタックス
'宣言
 
Protected Overridable Function IsDependentOnSeries( _
   ByVal series As Series _
) As Boolean
protected virtual bool IsDependentOnSeries( 
   Series series
)

パラメータ

series
当該のシリーズ。

戻り値の型

注釈レイヤーを再描画する必要がある場合は true。
参照