Version

GetExactItemIndexFromSeriesPixel Method (Series)

Gets the precise item index, if possible, the closeness to the previous or next whole integer indicating which value is closer. If the series cannot provide this information this will return the same integer value as GetItemIndexFromSeriesPixel.
Syntax
public double GetExactItemIndexFromSeriesPixel( 
   Xamarin.Forms.Point mouse
)

Parameters

mouse
The pixel position within the series plot area

Return Value

The exact item index, as a double, indicating which whole number index the mouse is closest to, if possible.
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