ScrollByDataPoints(Int32) Method
Translates current VisibleRange by the specified number of datapoints
Syntax
public void ScrollByDataPoints( int pointAmount )
Parameters
- pointAmount
- Amount of data points that the start visible range is scrolled by
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