Dundas Chart for Windows Forms
AutoScroll Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > Cursor Class : AutoScroll Property


Determines if scrolling will occur if a range selection operation extends beyond a boundary of the chart area.
Indicates that cursor will automatically scroll the area view if necessary.

Syntax

Visual Basic (Declaration)  
Public Property AutoScroll As Boolean
Visual Basic (Usage) Copy Code
Dim instance As Cursor
Dim value As Boolean
 
instance.AutoScroll = value
 
value = instance.AutoScroll
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.

Remarks

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.

Requirements

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

See Also

© 2009 All Rights Reserved.