ScrollBarEventArgs.MousePositionY Property

Definition

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

public:
 property int MousePositionY { int get(); };
public int MousePositionY { get; }
member this.MousePositionY : int
Public ReadOnly Property MousePositionY As Integer

Property Value

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.

Remarks

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.

Applies to