LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Plot vertical line over a graph

How can I plot a vertical line over a wave chart when I click over the
graph?

Thanks in advance!

0 Kudos
Message 1 of 9
(4,670 Views)
You could just protgrammatically move a cursor to the desired position. Do you want the line at the location you clicked or elsewhere?
 
What is your LabVIEW version?
Message 2 of 9
(4,662 Views)
At the location that I click. Do you have an example that could send me?

Thanks.
0 Kudos
Message 3 of 9
(4,648 Views)

Look again in my post. I also asked for your LabVIEW version.

This is important, because newer LabVIEW versions have much better tools to do things like that and the answer will strongly depend on the version. 😉

0 Kudos
Message 4 of 9
(4,646 Views)
Sorry, I am using LabVIEW 8.2

Thank you again.
0 Kudos
Message 5 of 9
(4,643 Views)
.
0 Kudos
Message 6 of 9
(4,630 Views)
On Apr 18, 3:10 pm, altenbach <x...@no.email> wrote:
> Look again in my post. I also asked for your LabVIEW version.
> This is important, because newer LabVIEW versions have much better tools&nbsp;to do things like that and the answer will strongly depend on the version. 😉

I am using labview version 8.2

Could you send an example?

Thank you again!


0 Kudos
Message 7 of 9
(4,617 Views)
On Apr 18, 3:10 pm, altenbach <x...@no.email> wrote:
> Look again in my post. I also asked for your LabVIEW version.
> This is important, because newer LabVIEW versions have much better tools&nbsp;to do things like that and the answer will strongly depend on the version.

I am using labview version 8.2

Could you send an example?

Thank you again!



Message Edited by Oliveira on 04-20-2007 12:15 PM

0 Kudos
Message 8 of 9
(4,619 Views)
To get the coordinates of the place you clicked, you can use a techniquew similar to one of the shipping examples. Open your example finder and look for the example "draw graph with events".
 
Once you have the coordinates, you can move a cursor to that location using a property node. Alternatively, you can draw a line using image tools together with the "plot.images" technique. For this, have a look at the example "graph plot area images".
 
See how far you get. Good luck! 🙂
Message 9 of 9
(4,609 Views)