XScaleDoubleClick

 

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

The parameters passed along with the event are described below.

Parameter

Description

Index Indicates which x-axis scale index the mouse was double-clicked on.  Recall that up to NumXScales can be defined.
xPos Indicates the x-position within the chart in twips.
yPos Indicates the y-position within the chart in twips.

 

Note:  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

Events