XY Chart NET 3 Control Reference
YScaleMouseMove Event

This event is generated whenever the user moves the mouse over the y-axis scale area.   Refer to Chart Overview for an illustration of XY Chart NET's major components.

Syntax
[Visual Basic]
Event YScaleMouseMove(Button As MouseButtons, Index As Integer, xPos As Integer, yPos As Integer)
[C#]
YScaleMouseMove(System.Windows.Forms.MouseButtons Button, int Index, int xPos, int yPos)
[C++]
YScaleMouseMove(System::Windows::Forms::MouseButtons Button, System::Int32 Index, System::Int32 xPos, System::Int32 yPos)
       
Parameters
Button
Indicates which mouse button was pressed during the mouse move.
Index
Indicates which y-axis scale index the mouse move occurred on.
xPos
Indicates the x-position within the chart in pixels.
yPos
Indicates the y-position within the chart in pixels.
See Also

 

 


© 2003 - 2013 ControlEng Corporation. All rights reserved.