Version

UnscaleValue Method (XamRadialGauge)

Unscales a value from an angle in radians to the represented value along the main scale of the gauge.
Syntax
public double UnscaleValue( 
   double angle
)

Parameters

angle
The angle in radians to unscale to a value.

Return Value

The unscaled value on the gauge's main scale.
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