LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I want to mouse over an area on the graph and display the exact value

I have a chart that displays 8 secs of data on a scale of 0 - 10 volts in relation to time. I do not want to use the 'graph pallete' to zoom in or out on the graph. I want to mouse over the data point I select on the graph and have a numeric display tell me exactly what that point is. How do i do that?

 

0 Kudos
Message 1 of 5
(4,380 Views)

Hi NI guy,

 

that's what cursors are good for!

Enable the cursor palette and move them around (maybe snapping to a plot...)!

 

Of course you can also:

- create an event structure

- check the mouse move event for the graph

- get mouse position

- convert mouse position to graph coordinates

- display them in numerical indicators

 

First option is ready to useSmiley Wink

Message Edited by GerdW on 08-26-2008 11:01 PM
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 5
(4,374 Views)
Thanks very much for the reply. I'm going to try those things out.
0 Kudos
Message 3 of 5
(4,341 Views)

Hi,

 

how to use the "first option" i waveform chart ?

0 Kudos
Message 4 of 5
(3,976 Views)

No cursors on Chart so options are;

 

1) Use a graph instead. You can search this site to see how people have used a graph like a chart to accumulate values

 

2) Use method #2

 

take care,

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 5 of 5
(3,933 Views)