バージョン

GetOffset(Rect,Rect,Rect,Int32) メソッド

この軸でシリーズに適用する水平オフセットを取得します。
シンタックス
'宣言
 
Protected Friend Overloads Overridable Function GetOffset( _
   ByVal windowRect As Rect, _
   ByVal viewportRect As Rect, _
   ByVal effectiveViewportRect As Rect, _
   ByVal seriesIndex As Integer _
) As Double
protected internal virtual double GetOffset( 
   Rect windowRect,
   Rect viewportRect,
   Rect effectiveViewportRect,
   int seriesIndex
)

パラメータ

windowRect
ウィンドウ矩形。
viewportRect
ビューポート矩形。
effectiveViewportRect
結果的なビューポート長方形。
seriesIndex
水平方向にオフセットされているシリーズのインデックス。

戻り値の型

この軸でシリーズに適用する水平オフセット。
参照