バージョン

ApplyLayoutBehaviors(Rectangle,AxisAppearance,AxisLabelInfoCollection,AxisLabelInfoCollection) メソッド

この軸のレイアウト効果を適用します。
シンタックス
'宣言
 
Protected Overridable Sub ApplyLayoutBehaviors( _
   ByVal bounds As Rectangle, _
   ByVal axisApp As AxisAppearance, _
   ByVal itemLabels As AxisLabelInfoCollection, _
   ByVal seriesLabels As AxisLabelInfoCollection _
) 
protected virtual void ApplyLayoutBehaviors( 
   Rectangle bounds,
   AxisAppearance axisApp,
   AxisLabelInfoCollection itemLabels,
   AxisLabelInfoCollection seriesLabels
)

パラメータ

bounds
ラベル領域の境界長方形。
axisApp
この軸の Appearance 設定。
itemLabels
表示される Item Labels。
seriesLabels
表示される Series Labels。
参照