The start visible range
Scroll N pixels from the start visible range
Defines how scrolling behaves when you reach the edge of the Axis extents. e.g. ClipMode.ClipAtExtents prevents panning outside of the Axis, ClipMode.None allows panning outside
Scroll(IRange,Double,ClipMode) Method
From the starting SciChart.Data.Model.IRange, scrolls to a new range by the specified number of pixels
Syntax

Parameters

startVisibleRange
The start visible range
pixelsToScroll
Scroll N pixels from the start visible range
clipMode
Defines how scrolling behaves when you reach the edge of the Axis extents. e.g. ClipMode.ClipAtExtents prevents panning outside of the Axis, ClipMode.None allows panning outside
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