バージョン

SplitBounds メソッド

すべての軸ラベルの境界長方形全体を指定して、理想的な比率と位置の Series Label の境界線と Item Label の境界線を返します。
シンタックス
'宣言
 
Protected Overridable Sub SplitBounds( _
   ByVal originalBounds As Rectangle, _
   ByVal axisNumber As AxisNumber, _
   ByVal itemLabels As AxisLabelInfoCollection, _
   ByVal seriesLabels As AxisLabelInfoCollection, _
   ByRef itemLabelBounds As Rectangle, _
   ByRef seriesLabelBounds As Rectangle, _
   ByVal axisApp As AxisAppearance _
) 

パラメータ

originalBounds
この軸のすべてのラベルの境界短形。
axisNumber
この軸の AxisNumber。
itemLabels
この軸に表示される Item Labels。
seriesLabels
この軸に表示される Series Labels。
itemLabelBounds
Item Labels の理想的な境界短形。
seriesLabelBounds
Series Labels の理想的な境界短形。
axisApp
軸の外観設定。
参照