The start visible range
Scroll N pixels from the start visible range
The range limit.
ScrollToWithLimit Method (AxisBase)
From the starting SciChart.Data.Model.IRange, scrolls to a new range by the specified number of pixels, with the specified range limit
Syntax
public virtual void ScrollToWithLimit( 
   IRange startVisibleRange,
   double pixelsToScroll,
   IRange rangeLimit
)

Parameters

startVisibleRange
The start visible range
pixelsToScroll
Scroll N pixels from the start visible range
rangeLimit
The range limit.
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