Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ScrollBarEventArgs::MousePositionY Property

.NET Framework (current version)
 

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

Namespace:   System.Windows.Forms.DataVisualization.Charting
Assembly:  System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)

public:
property int MousePositionY {
	int get();
}

Property Value

Type: System::Int32

An integer value that represents the Y mouse cursor position. The position is expressed in pixels, with 0,0 being the top-left corner of the chart image.

This property is used to get the Y mouse position, in pixels, when the end-user clicks on a scrollbar element. The 0,0 coordinate represents the top-left corner of the chart.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft