Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the data in each plot (CNiPlot)?

Hi,
I could Chart XY into CNiGraph.
But later, I need to read it read back all the data. How can I do?
 
Bird 
0 Kudos
Message 1 of 2
(3,196 Views)
Hi Bird:

When writing data to a chart you shuold have the data stored in an array somewhere. As long as you have a reference to the array there should be no problem in getting access to the data.

If you are writing data manually to the chart, I would suggest you add each data point to an array and maintain a reference to it.

Thanks
Nandini
NI
0 Kudos
Message 2 of 2
(3,192 Views)