The start range
Scroll N pixels from the start visible range
ScrollInMaxDirection Method
From the starting SciChart.Data.Model.IRange, scrolls to a new range by the specified number of pixels in Max direction
Syntax
IRange ScrollInMaxDirection( 
   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