Version

GetSeriesValueFineGrainedBoundingBoxesFromSeriesPixel Method (Series)

If possible, will return the best available value fine grained bounding boxes within the series that has the best value match for the pixel position provided.
Syntax
public Rect[] GetSeriesValueFineGrainedBoundingBoxesFromSeriesPixel( 
   Point pixelPosition
)

Parameters

pixelPosition
The pixel coordinates for which to get value fine grained bounding boxes for

Return Value

The fine grained bounding boxes in question, or empty 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