Version

UnscaleValue Method (NumericAxisBase)

Unscales a value from screen space into axis space.
Syntax
public double UnscaleValue( 
   double unscaledValue
)

Parameters

unscaledValue
The scaled value in screen coordinates to unscale into axis space.

Return Value

The unscaled value in axis space.
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