Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Clear ScatterGraph

How do I clear a ScatterGraph in MS7? Thanks

JMD
0 Kudos
Message 1 of 2
(3,280 Views)
I am presuming you mean clear the data from the graph. On ScatterGraph there is a method called ClearData that clears data from all plots on the graph. If you have multiple plots, and would like to clear data selectively from certain plots, then you can call ClearData on the ScatterPlot objects in the Plots collection of ScatterGraph.
Abhishek Ghuwalewala | Measurement Studio | National Instruments
0 Kudos
Message 2 of 2
(3,274 Views)