YScaleDoubleClick

 

This event is generated whenever the user double-clicks the mouse (left, middle, or right button) over the y-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 y-axis scale index the mouse was double-clicked on.  Recall that up to NumYScales can be defined.
xPos Indicates the x-position within the chart in twips.
yPos Indicates the y-position within the chart in twips.

 

Note:  A YScaleClick event is also generated during a double-click over the y-axis scale area.  It is generated before the YScaleDoubleClick event is raised.

 

 

See Also

Events