This event is generated whenever the user moves the mouse 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  | 
  
| 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 x-axis scale index the mouse move occurred 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. | 
 
See
Also