Version

ScrollRangeIntoView Method (NumericXAxis)

Scrolls the NumericXAxis so that the provided range is brought into view.
Syntax
public void ScrollRangeIntoView( 
   double minimum,
   double maximum
)

Parameters

minimum
The minimum value to bring into view.
maximum
The maximum value to bring into view.
Remarks
This method adjusts the WindowRect in order to scroll horizontally to the desired location. This means that the X axis zoom level may change as it tries to fit the minimum and maximum in view. It will not adjust the Y axis zoom level.
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