LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

What does ClearStripChart do?

Nothing happens when I call this function. Plots (lines of data) on the strip chart are still there after the call.

 

I want to clear the strip chart and start over as if nothing had ever been plotted. Is that possible?

 

 

 

 

0 Kudos
Message 1 of 2
(3,018 Views)

Hey Querty999 - 

 

ClearStripChart should be exactly the function you're looking for.  In a quick test, it cleared my strip chart with multiple traces exactly as expected.  There are a couple of our examples that use this function - take a look at the <CVI>\samples\utility\Threading\ThreadSafeQueue\Overflow example for one place where it is used.  If you are still having some trouble, post the code snippet that doesn't seem to be working, and we'll take a look.

 

NickB

National Instruments  

0 Kudos
Message 2 of 2
(3,015 Views)