バージョン

GetOffset メソッド (FinancialSeries)

このシリーズで視覚要素に適用する水平オフセットを取得します。
シンタックス
'宣言
 
Protected Function GetOffset( _
   ByVal windowRect As Rect, _
   ByVal viewportRect As Rect, _
   ByVal effectiveViewportRect As Rect _
) As Double
protected double GetOffset( 
   Rect windowRect,
   Rect viewportRect,
   Rect effectiveViewportRect
)

パラメータ

windowRect
ウィンドウ矩形。
viewportRect
ビューポート矩形。
effectiveViewportRect
結果的なビューポート長方形。

戻り値の型

このシリーズで視覚要素に適用する水平オフセット。これは軸線の開始または終了から最初のデータ項目の中央までの距離です。
参照