09-25-2013 08:03 AM
Hi all,
I am working with the 3D surface plot, the one thats not an XControl (active x?). In my application there is potentially lots of data, so I would like to programmatically add and remove plots to make it quicker and easier to use.
From the dialog box, see attachment, I have the option to delete a plot using the button marked. However, I cant find out how to delete the plots programmatically. Is that possible? Please advice.
In addition, removing cursors is not possible either. Yes, I can make them dissappear from the plot, but they are still in the cursor list when selecting 3D graph properties.
Anyone know what to do? Using LV2012
I appreciate your help!
Cheers,
Øyvind
09-27-2013 06:05 PM
I don't think you can do it through a property node, but you could just delete the data from the array and change the active plot.
03-06-2014 09:26 AM
Hi Blueprint,
If you are using the 3D Surface function in LabVIEW, open it up and add an invoke method for CWGraph3D-->Plots-->Remove, and you will be able to remove a certain plot.
Best regards,