I know how to get the x-value at a point on a graph and have it displayed in the toolTip. What I would like to do is be able to mouse over anywhere on a line graph canvas and be able to display the current x-value, whether or not there is a point there or not. This will not be displayed with toolTip, but instead with my own custom way.
How can I get the x-value of my mouse?