Version

GetPointForValue Method (XamRadialGauge)

Gets the point on the gauge for a given scale value and extent.
Syntax
public Xamarin.Forms.Point GetPointForValue( 
   double value,
   double extent
)

Parameters

value
The value of the gauge's scale.
extent
The desired extent

Return Value

Point that corresponds to a given value and extent.
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