I'm sampling data once per second and displaying it in a Waveform Chart. I'm
using sliders to control the X and Y axis zooming and panning. Everything is
inside an while loop and I'm using the Wait Until Next ms Multiple to
control the timing. Works fine except that the panning and zooming is
updating once a second too. I'd like to update the panning and zoom faster
than the data sampling rate. How can I do this?