Dundas Chart for Windows Forms
Y Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > ToolTipEventArgs Class : Y Property


Gets the Y coordinate of the point the mouse cursor is resting over when the GetToolTipText event is raised.
Mouse Y coordinate.

Syntax

Visual Basic (Declaration)  
Public ReadOnly Property Y As Integer
Visual Basic (Usage) Copy Code
Dim instance As ToolTipEventArgs
Dim value As Integer
 
value = instance.Y
C#  
public int Y {get;}

Return Value

Represents the Y coordinate of the mouse cursor.

Remarks

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.

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

© 2009 All Rights Reserved.