Version

GetValueForPoint Method (XamRadialGauge)

Gets the value for the main scale of the gauge for a given point within the bounds of the gauge.
Syntax
public double GetValueForPoint( 
   Xamarin.Forms.Point point
)

Parameters

point
The point for which to retrieve the associated value.

Return Value

The value on the gauge equating to the desired point.
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