Version

GetSeriesHighValuePositionFromSeriesPixel Method (Series)

If possible, will return the best available position within the series that has the best high value match for the world position provided.
Syntax
public Xamarin.Forms.Point GetSeriesHighValuePositionFromSeriesPixel( 
   Xamarin.Forms.Point mouse,
   bool useInterpolation,
   bool skipUnknowns
)

Parameters

mouse
The series coordinate for which to get a value position for
useInterpolation
If true, interpolation should be used to get in-between values, rather than only the actual values in the data set.
skipUnknowns
If true, unknown values will be skipped when searching for a series value.

Return Value

The position in question, or NaN,NaN if no valid position is available.
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