This event is generated whenever the mouse is positioned over the y-axis scale area and the user releases the mouse button. The mouse button (left, right, or middle) must initially be pressed 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 |
Button | Indicates which mouse button was released. 1=Left button; 2=Right button; and 4=Middle button. |
Index | Indicates which y-axis scale index the mouse was released over. 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. |
See
Also