Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

read out the YData from a CWPlot object

I want to read out the YData from all my plot objects to draw an average and a first derivation in the CWGraph from componentworks. This is the most simple solution for me at the moment. Because the data which fills the objects is coming from external hardware I do not have acces to it anymore. Of course I can solve this by implementing an extra data storage object but I dont want this redundant information. Does anyone knows an answer?
0 Kudos
Message 1 of 2
(3,415 Views)
You cannot read the YData back out from a plot. You will need to have external variables storing this information and calculate the average from there. We would have to use a lot more memory to keep the plot data inside the graph control available for retrieval.

Best Regards,

Chris Matthews
Measuremement Studio Support Manager
Message 2 of 2
(3,415 Views)