Version

GetIndexClosestToUnscaledValue Method (TimeAxisBase)

Gets the index of the data item with the value nearest the given value.
Syntax
public int GetIndexClosestToUnscaledValue( 
   double unscaledValue
)

Parameters

unscaledValue
The value to find a value close to.

Return Value

The index of the data item with the value nearest the given 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