Version

ScrollRangeIntoView Method (CategoryXAxis)

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

Parameters

minimum
The minimum category index to bring into view.
maximum
The maximum category index 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. Note: The minimum and maximum are expected to be indexes referring to the items inside the CategoryXAxis ItemsSource.
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