XY Chart NET 3 Control Reference
XScaleDoubleClick Event

This event is generated whenever the user double-clicks the mouse (left, middle, or right button) over the x-axis scale area.  Refer to Chart Overview for an illustration of XY Chart NET's major components.

Syntax
[Visual Basic]
Event XScaleDoubleClick(Index As Integer, xPos As Integer, yPos As Integer)
[C#]
XScaleDoubleClick(int Index, int xPos, int yPos)
[C++]
XScaleDoubleClick(System::Int32 Index, System::Int32 xPos, System::Int32 yPos)
       
Parameters
Index
Indicates which x-axis scale index the mouse was double-clicked on.
xPos
Indicates the x-position within the chart in pixels.
yPos
Indicates the y-position within the chart in pixels.
Remarks
An XScaleClick event is also generated during a double-click over the x-axis scale area.  It is generated before the XScaleDoubleClick event is raised.
See Also

 

 


© 2003 - 2013 ControlEng Corporation. All rights reserved.