This event is generated whenever the user moves the mouse 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 pressed during the mouse move. 0=None; 1=Left button; 2=Right button; and 4=Middle button. |
Index | Indicates the y-axis scale index the mouse move occurred 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. |
See
Also