XY Chart NET 3 Control Reference
XScaleMouseDown Event

This event is generated whenever the user positions the mouse over the x-axis scale area and presses down on its left, right, or middle button.  Refer to Chart Overview for an illustration of XY Chart NET's major components.

Syntax
[Visual Basic]
Event XScaleMouseDown(Button As MouseButtons, Index As Integer, xPos As Integer, yPos As Integer)
[C#]
XScaleMouseDown(System.Windows.Forms.MouseButtons Button, int Index, int xPos, int yPos)
[C++]
XScaleMouseDown(System::Windows::Forms::MouseButtons Button, System::Int32 Index, System::Int32 xPos, System::Int32 yPos)
       
Parameters
Button
Indicates which mouse button was pressed.
Index
Indicates which x-axis scale index the mouse was clicked 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.