Version

GetExactItemIndex Method (Series)

Gets the precise item index, if possible, based on the closeness to the previous or next whole integer. If the series cannot provide this information, GetExactItemIndex will return the same integer value as GetItemIndex.
Syntax
'Declaration
 
Public Overridable Function GetExactItemIndex( _
   ByVal world As Point _
) As Double
public virtual double GetExactItemIndex( 
   Point world
)

Parameters

world
The world position for which to return the index.

Return Value

The double index indicating which whole number index the point is closest to.
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