XY Chart NET 3 Control Reference > Events > YScaleMouseUp Event |
This event is generated whenever the mouse is positioned over the y-axis scale area and the user releases the mouse button. The mouse button (left, right, or middle) must initially be pressed over the y-axis scale area. Refer to Chart Overview for an illustration of XY Chart NET's major components.
[Visual Basic] Event YScaleMouseUp(Button As MouseButtons, Index As Integer, xPos As Integer, yPos As Integer) |
[C#] YScaleMouseUp(System.Windows.Forms.MouseButtons Button, int Index, int xPos, int yPos) |
[C++] YScaleMouseUp(System::Windows::Forms::MouseButtons Button, System::Int32 Index, System::Int32 xPos, System::Int32 yPos) |