バージョン

GetSeriesLabelSpanRatio メソッド

Item Label の境界線の範囲に比例した Series Label の境界線のスパンを取得します。
シンタックス
'宣言
 
Protected Overridable Function GetSeriesLabelSpanRatio( _
   ByVal vertical As Boolean, _
   ByVal itemLabels As AxisLabelInfoCollection, _
   ByVal seriesLabels As AxisLabelInfoCollection, _
   ByVal bounds As Rectangle, _
   ByVal axisApp As AxisAppearance _
) As Double
protected virtual double GetSeriesLabelSpanRatio( 
   bool vertical,
   AxisLabelInfoCollection itemLabels,
   AxisLabelInfoCollection seriesLabels,
   Rectangle bounds,
   AxisAppearance axisApp
)

パラメータ

vertical
これが垂直方向の軸かどうか。
itemLabels
表示される Item Labels。
seriesLabels
表示される Series Labels。
bounds
コンテキスト上にバウンディングされた長方形
axisApp
コンテキスト上の AxisAppearance オブジェクト

戻り値の型

Item Labels の範囲が 1.0 の場合、シリーズ ラベルの境界線の相対的な範囲。
参照