バージョン

ShouldDisplay メソッド (AngleAxisLabelPanel)

ラベルを表示するかどうかを決定します。
シンタックス
'宣言
 
Protected Friend Overrides Function ShouldDisplay( _
   ByVal index As Integer, _
   ByVal bounds As Rect _
) As Boolean
protected internal override bool ShouldDisplay( 
   int index,
   Rect bounds
)

パラメータ

index
ラベル インデックス
bounds
ラベル境界

戻り値の型

ラベルを表示する場合は true、そうでなければ false
参照