Mouse Y coordinate.
Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Y As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int Y {get;} |
Return Value
Represents the Y coordinate of the mouse cursor.This property is exposed in the GetToolTipText event of the root Chart object.
Use Y to get the Y screen coordinate of the point the mouse cursor is resting over when the GetToolTipText event is raised.
Please note that this is measured in pixels, with the point 0,0 being the the top-left corner of the chart.
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