I am trying to display the x and y axis position whenever a user moves the mouse over the graph. it will update a text box. I tried to use the mousemove event but i only get the location of the mouse and not the x and y value. What do i use to get those values. Thanks