LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Erase the Scrren from a Strip Chart

Hello
 
i will erase the Scrren from a Strip Chart
 
Thanks
0 Kudos
Message 1 of 6
(3,651 Views)
There is no one function call that is intended to do this, but there are several actions which clear the data from a strip chart as a side effect. For example, changing the axis range will accomplish this.

So, if you want to clear the screen, try calling SetAxisScalingMode with a new range. You can then call it a second time with the original range to return the axis to what it was before.

Luis
NI
0 Kudos
Message 2 of 6
(3,645 Views)

Thanks

 

0 Kudos
Message 3 of 6
(3,639 Views)
What about ClearStripChart() ?
0 Kudos
Message 4 of 6
(3,629 Views)
Thanks too.
It's better.
0 Kudos
Message 5 of 6
(3,626 Views)
Duh, I'd completely forgotten about that function. Sorry about that!

Luis
0 Kudos
Message 6 of 6
(3,614 Views)