Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I duplicate a CWGraph control from a Form to another one?

Is it possible to get data from a CWPlot to create another CWPlot?
0 Kudos
Message 1 of 2
(3,010 Views)
There is not currently a way to get the data out of a plot. The best way to accomplish this is to maintain your own buffer of the data that you're passing to the plot and pass that to another plot if you need to. If you're talking about a way to set up non data related properties on the graph, you can export the style of the original graph and import the style into the new graph.

- Elton
0 Kudos
Message 2 of 2
(3,010 Views)