0

I am using a line graph and vertical crosshair which moves on mouse move. Now as crosshair moves i get the (x,y) coordinates on each tickmarks.

Now my requirement is to add tooltip synched with crosshair or on crosshair to show (x, y) coordinate on that tooltip?

Danish
  • 503
  • 3
  • 14

1 Answers1

0

There is no X coordinate when using the Line chart - for that you'll need the Scatter chart - and you can then use the Scatter chart crosshair properties which are documented here:

http://www.rgraph.net/scatter

Richard
  • 4,809
  • 3
  • 27
  • 46