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


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.

Syntax

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

Return Value

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

Remarks

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.

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.