Chart Intersection

I got an aplicative, which has a chart with several waveforms.

By pressing the mouse right click, a vertical cursor is shown on screen (which would be a drawLine). This cursor slides horizontally over the chart. I would like the cursor to show on screen the coordinates of its intersection with the many waveforms dinamically, as it slides over the chart. What i have so far is to make it show a single mark where the mouse is pressed.

Thanks

Joao

[472 byte] By [joaoggpa] at [2007-9-28 18:00:12]
# 1
So you must know the x-co-ord in component terms. Translate that to the argument of your functions, and output into a JTextArea or as a tool-tip.
YATArchivista at 2007-7-12 15:43:31 > top of Java-index,Other Topics,Algorithms...