The Cursor class defines a movable, line indicator on the chart that, when enabled, marks the position at which to start and end a zooming view.
Cursor class is responsible for chart axes cursor and selection functionality. It contains properties which define visual appearance, position and behavior settings. It also contains methods for drawing cursor and selection in the plotting area.
Visual Basic (Declaration) | |
---|---|
Public Class Cursor |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class Cursor |
In order to enable zooming in on the chart, the UserEnabled property of the Cursor class must be set to true. You can also define colors and widths for the cursor line.
System.Object
Dundas.Charting.WebControl.Cursor
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