08-26-2008 03:43 PM
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?
08-26-2008 03:59 PM - edited 08-26-2008 04:01 PM
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 use
08-27-2008 08:33 AM
03-16-2011 02:56 AM
Hi,
how to use the "first option" i waveform chart ?
03-16-2011 07:54 AM
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