Version

GetExactItemIndex Method

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 Function GetExactItemIndex( _
   ByVal world As Infragistics.Win.DataVisualization.Point _
) As Double
public double GetExactItemIndex( 
   Infragistics.Win.DataVisualization.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 7, 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