Gets or sets a Cursor object that is used for cursors and selected ranges along the Y-axis.
Chart area Y axis cursor and range selection.
Visual Basic (Declaration) | |
---|---|
Public Property CursorY As Cursor |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Cursor CursorY {get; set;} |
Return Value
A Cursor object used for cursors and selected ranges along the Y-axis.
This cursor object is used for the Y-axis cursor and selected range. For all charts except the bar chart types this is the horizontal cursor. For bar chart types the Y-axis cursor is the vertical 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