Version

GetScaledValueX Method (XamXYChart)

Converts the given visual location to a data value.
Syntax
public double GetScaledValueX( 
   double unscaledValue
)

Parameters

unscaledValue
The x-coordinate of the location to scale.

Return Value

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