The start range
Scroll N pixels from the start visible range
ScrollInMinDirection Method
From the starting SciChart.Data.Model.IRange, scrolls to a new range by the specified number of pixels in Min direction
Syntax
IRange ScrollInMinDirection( 
   IRange rangeToScroll,
   double pixels
)

Parameters

rangeToScroll
The start range
pixels
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