Version

GetExactItemIndex Method (RadialBase)

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
public new 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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also