バージョン

ShouldDisplay メソッド (AxisLabelPanelBase)

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

パラメータ

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

戻り値の型

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