Quinn-Curtis Forums
Quinn-Curtis Forums
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Tools for Microsoft .Net & .Net Compact Framework
 Real-Time Graphics Tools for .Net (VB and C#)
 zooming in a Real-Time Scrolling Graph
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Uwe Hercksen

1 Posts

Posted - 28 Sep 2010 :  03:12:07  Show Profile  Reply with Quote
Hello,

I used the example ScrollApplication to build an application for a Pirani vacuum pressure sensor. I added the ChartZoom class. Zooming works well, but the first datapoint with the starting time of the application is always visible. We would like to zoom also to the last datapoints only without displaying the first datapoints too. Is this possible and how is it done?

Thanks a lot,

Uwe

quinncurtis

1164 Posts

Posted - 28 Sep 2010 :  09:50:21  Show Profile  Reply with Quote
You should not be zooming, and updating the display in real-time on a timer tick. Is that what you are doing? You can continue to update the data in real-time, but not the display. Most of our examples have the display update, and the data collection on different timers, so this is easy to do. Our two examples which combine scrolling graphs and zooming (FetalMonitor and RTStockDisplay) use a button to enable zooming, and turn off the display update at the same time. When you are done zooming you can then press another button to disable zooming and enable display updates.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Quinn-Curtis Forums © 2000-07 Quinn-Curtis, Inc. Go To Top Of Page
Powered By: Snitz Forums 2000 Version 3.4.07