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#)
 Scrolling Graph format
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

mahinda

4 Posts

Posted - 31 May 2005 :  11:42:36  Show Profile  Reply with Quote
The scrolling graph change the format to fit the data range after a particular time period. In other words the graph zooms automatically. How can we avoid this. I want the graph to stay fixed format without changing the original format. Any data that goes beyond the given max and min range can disapear from the screen. On the example that QC has the graph zooms automatically after some time.

quinncurtis

1164 Posts

Posted - 31 May 2005 :  12:44:18  Show Profile  Reply with Quote
It sounds like you just want to set the RTScrollFrame.ScrollScaleModeY property to ChartObj.RT_NO_AUTOSCALE_Y.

scrollFrame.ScrollScaleModeY = ChartObj.RT_NO_AUTOSCALE_Y;
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