The start visible range
Scroll N pixels from the start visible range
ScrollTo Method (AxisBase)
From the starting SciChart.Data.Model.IRange, scrolls to a new range by the specified number of pixels
Syntax
[Obsolete("AxisBase.ScrollTo is obsolete, please call AxisBase.Scroll(pixelsToScroll) instead")]
public virtual void ScrollTo( 
   IRange startVisibleRange,
   double pixelsToScroll
)

Parameters

startVisibleRange
The start visible range
pixelsToScroll
Scroll N pixels from the start visible range
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also