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.
| Visual Basic (Declaration) | |
|---|---|
| Public Property CursorX As Cursor | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public Cursor CursorX {get; set;} | |
Return Value
A Cursor object used for cursors and selected ranges along the X-axis.
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.
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
 
  
  
  
 