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


Gets the Y position of the mouse cursor at the time the AxisScrollBarClicked event was raised.
Mouse cursor Y position.

Syntax

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

Return Value

A value that represents the Y mouse cursor position.  Measured in pixels, with 0,0 being the top-left corner of the chart image.

Remarks

This property is used to get the Y mouse position when the end-user clicks on a scrollbar element, and is measured in pixels.  The 0,0 coordinate is 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.