05-31-2012 05:50 AM
Right you are.
The samples that are not written to the chart (my "gap") might appear as a "jump" in the chart.
05-31-2012 09:00 AM
Not updating the chart while "paused" is not a viable option, because the user may later want to scroll back to see data that was collected while he was reviewing older data. I like ChrissyC87's idea of deferring panel updates, but it prevents the x & y axis scales from updating while scrolling, and the chart does a lot of funky things if you try to manipulate the scales or pan/zoom. Surprisingly (to me at least), it doesn't prevent the plot from redrawing so as to sync the data with the position of the scroll bar.
I was hoping there would be some simple property that I overlooked that could be set to prevent the chart from automatically scrolling, but that seems to not be the case. Alas.
05-31-2012 10:47 PM
This you can post in LabVIEW Idea Exchange if it is not already proposed.