Version

GetInterpolatedSeriesValue Method (GeographicProportionalSymbolSeries)

Syntax
'Declaration
 
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
)

Parameters

p
column
prevItem
nextItem
unsortedPrevItem
unsortedNextItem
offset
isSorting
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also