バージョン

GetDistanceToIndexHelper メソッド

ワールド位置からインデックスまでの距離を決定します。距離がピクセルでない場合もあります。
シンタックス
'宣言
 
Protected Function GetDistanceToIndexHelper( _
   ByVal world As Point, _
   ByVal index As Integer, _
   ByVal axis As Axis, _
   ByVal scalerParams As ScalerParams, _
   ByVal offset As Double, _
   ByVal count As Integer, _
   ByVal getExactUnsortedIndex As Func(Of Point,Double) _
) As Double
protected double GetDistanceToIndexHelper( 
   Point world,
   int index,
   Axis axis,
   ScalerParams scalerParams,
   double offset,
   int count,
   Func<Point,double> getExactUnsortedIndex
)

パラメータ

world
そこまでの距離を取得するワールド位置。
index
そこからの距離を取得するインデックス。
axis
軸はインデックスを表します。
scalerParams
軸のスケーラー パラメーター。
offset
ある場合、カテゴリ オフセット。
count
データ ソース内の項目の数。
getExactUnsortedIndex
並べ替えた軸で正確に並べ替えされていないインデックスを取得します。

戻り値の型

距離値。
参照