03-18-2009 09:31 PM
Is it possible to read a plot back from a graph ?
My aim is to avoid duplication of large arrays in memory.
I dynamically allocate a large amount of memory and acquire data into it. The data is then plotted on a graph. I have set the graph 'DataMode' to 'Retain' so the graph keeps a copy of the array which enables the user to zoom.
I would like to de-allocate the memory and then read the plotted data from the graph, filter it and plot on a 2nd graph.
Is this possible ?
Thanks in advance for any suggestions.
03-19-2009 12:50 AM
03-22-2009 09:02 PM
Thanks Roberto. I'll use that method.
04-07-2009 08:10 AM