Dundas Chart for ASP.NET
CursorX Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > ChartArea Class : CursorX Property


Gets or sets a Cursor object that is used for cursors and selected ranges along the X-axis.


Chart area X axis cursor and range selection.

Syntax

Visual Basic (Declaration)  
Public Property CursorX As Cursor
Visual Basic (Usage) Copy Code
Dim instance As ChartArea
Dim value As Cursor
 
instance.CursorX = value
 
value = instance.CursorX
C#  
public Cursor CursorX {get; set;}

Return Value

A Cursor object used for cursors and selected ranges along the X-axis.

Remarks

This cursor object is used for the X-axis cursor and selected range. For all charts except the bar chart types this is the vertical cursor. For bar chart types the X-axis cursor is the horizontal cursor.

For more information refer to the Cursor class documentation for a description of its members, as well as sample source code.

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.