Version

GetUnscaledValueX Method (XamXYChart)

Converts the given data value to a visual location.
Syntax
public double GetUnscaledValueX( 
   double scaledValue
)

Parameters

scaledValue
The data value to un-scale.

Return Value

The x-coordinate of the location which corresponds with the given data value.
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