Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I read the data out from the plots in Cwgraph programtically?

I use cwgraph.ocx in VB6.0 and I can read the data of plots manually point by point by moving the curse, but how can i get the data programtically?

Thank you very much for your help.
0 Kudos
Message 1 of 2
(5,668 Views)
This feature is not supported by the CWGraph control. You will have to maintain your own buffer of data that contains the data that you passed into the graph if you need to access it at a later time. The .NET graph in Measurement Studio 7.0 does support this via GetXData and GetYData methods on the plots.

- Elton
0 Kudos
Message 2 of 2
(5,668 Views)