Amount of points that the start visible range is scrolled by
The duration of animation when zooming to extents
ScrollByDataPoints(Int32,TimeSpan) Method
Translates current VisibleRange by the specified number of datapoints with the specified animation duration
Syntax
public virtual void ScrollByDataPoints( 
   int pointAmount,
   TimeSpan duration
)

Parameters

pointAmount
Amount of points that the start visible range is scrolled by
duration
The duration of animation when zooming to extents
Exceptions
ExceptionDescription
ScrollXRange is only valid on the CategoryDateTimeAxis
Remarks
For XAxis only, is suitable for CategoryDateTimeAxis, DateTimeAxis and NumericAxis where data is regularly spaced
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