バージョン

GetInterpolatedSeriesValue メソッド (Series)

隣のデータ項目に基づいてデータ値を取得します。
シンタックス
'宣言
 
Protected Friend Overridable Function GetInterpolatedSeriesValue( _
   ByVal p As Double, _
   ByVal column As IList(Of Double), _
   ByVal prevItem As Integer, _
   ByVal nextItem As Integer, _
   ByVal unsortedPrevItem As Integer, _
   ByVal unsortedNextItem As Integer, _
   ByVal offset As Double, _
   ByVal isSorting As Boolean _
) As Double
protected internal virtual double GetInterpolatedSeriesValue( 
   double p,
   IList<double> column,
   int prevItem,
   int nextItem,
   int unsortedPrevItem,
   int unsortedNextItem,
   double offset,
   bool isSorting
)

パラメータ

p
0 と 1 の間の値で表わされる prevItem からの距離。
column
シリーズのデータ値。
prevItem
以前のデータ項目のインデックス。
nextItem
次のデータ項目のインデックス。
unsortedPrevItem
以前のデータ項目の並べ替えていないインデックス。
unsortedNextItem
次のデータ項目の並べ替えていないインデックス。
offset
軸の端および最初または最後のデータ項目の間の距離。
isSorting
関連する軸が項目を並べ替える場合は True。

戻り値の型

prevItem および nextItem の間に p 距離に補間される値。
参照