LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How i can move selected data from the one chart to another?

I want to zoom data and see "small" things in my waveform in another chart.
0 Kudos
Message 1 of 2
(2,395 Views)
Hi Jani,

Use the "XScale.Range:Minimum" & "XScale.Range:Maximum" properties to get the X values corresponding to the zoomed area on the chart. Now use the "History" property of the chart and extract the data in between the X Max and Min values. Once you have this data, you can plot it in another chart or graph.

Regards,
Ankita A.
0 Kudos
Message 2 of 2
(2,395 Views)