Dundas Chart for ASP.NET
Cursor Class
Members  See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace : Cursor Class


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.

Syntax

Visual Basic (Declaration)  
Public Class Cursor 
Visual Basic (Usage) Copy Code
Dim instance As Cursor
C#  
public class Cursor 

Remarks

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.

Inheritance Hierarchy

System.Object
   Dundas.Charting.WebControl.Cursor

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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.