Indicates that cursor will automatically scroll the area view if necessary.
Visual Basic (Declaration) | |
---|---|
Public Property AutoScroll As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool AutoScroll {get; set;} |
Return Value
A boolean value representing whether or not the data view can be scrolled automatically. Defaults to true.If a data view does not display all data points in a plotted series and a range is being selected by the user automatic scrolling of the view will occur if this property is true and the mouse (and therefore the cursor) is moved outside of the chart area boundary.
Scrolling will only occur along an axis if there is more data available to be viewed.
A data view that does not display all data usually occurs as a result of a user zooming into a sub-set of data. Views and zooming is implemented via the AxisDataView class.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family