バージョン

GetDistanceToIndex メソッド (Series)

ワールド位置がシリーズにインデックス付きの値の間の距離を示す距離値 (ピクセルのわけがない) を返します。シリーズがこの値を返さない可能性があります。ワールド位置またはインデックスが無効の場合、NAN を返します。
シンタックス
'宣言
 
Protected Friend Overridable Function GetDistanceToIndex( _
   ByVal world As Point, _
   ByVal index As Integer, _
   ByVal axis As Axis, _
   ByVal p As ScalerParams, _
   ByVal offset As Double _
) As Double
protected internal virtual double GetDistanceToIndex( 
   Point world,
   int index,
   Axis axis,
   ScalerParams p,
   double offset
)

パラメータ

world
距離を取得するワールド位置。
index
そのまでの距離を取得するインデックス。
axis
コンテキスト内の軸。
p
コンテキストでのスケーラー パラメーター。
offset
カテゴリ オフセット。つまり、軸の端および最初または最後のデータ項目の間の距離。

戻り値の型

ワールド位置までの距離値。
参照