Version

ScaleValue Method (XamRadialGauge)

Scales a value on the gauge's main scale to an angle around the center point of the gauge, in radians.
Syntax
public double ScaleValue( 
   double value
)

Parameters

value
The value to scale.

Return Value

The angle for the value in radians.
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