Jump to content

Problem with Strip Chart and Scrollbar


luke

Recommended Posts

This is my situation: I put acquired data on a waveform chart with update mode set to "strip chart" and I want to view old data using the chart scrollbar. The problem is that after I scroll the chart always moves automatically to the last acquired data. How can I solve this?

Thanks!

Link to comment

I won't be surprised when someone posts an easier way to do this, but I've done it by building an array and only updating the chart when the mouse isn't down. A side-effect of the way I used the Mouse Up event is that if you release the mouse with the pointer off the chart it won't be detected and the chart won't move. If that's what you want, good. If it isn't, change the Mouse Up event source from the chart to the Pane. It sounds from your post that this is the behavior you want.

post-7534-0-84585800-1317516389.png

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.