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.
Assembly: System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)
Property Value
Type: System::Int32An 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
Available since 4.0
Show: