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#)
 Sweep graph
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

UED

2 Posts

Posted - 21 Dec 2004 :  04:54:54  Show Profile  Reply with Quote
I have been using the "old" quinn curtis realtime graphics for visual basic 6.0 and found that the sweepgraph was really the best solution for my application. I downloaded the trialversion of the new .NET version of QC and I can't find this type. Is this type removed from the library ? If this is the case, why ?
Regards, UED

quinncurtis

1164 Posts

Posted - 21 Dec 2004 :  10:19:11  Show Profile  Reply with Quote
You are correct, we did not implement sweep graphs in the first version of the Real-Time Graphics Tools for .Net, though we did consider and look at it. The reason is that we could not find a clean way to implement it. It requires two constantly changine coordinate systems, one in front of the sweep line, and one behind the sweep line. Nothing precludes us from adding it the future, depending on demand. You are the first to lament its passing.
Go to Top of Page

UED

2 Posts

Posted - 21 Dec 2004 :  10:46:27  Show Profile  Reply with Quote
Hey, thanks for your quick answer,
Regarding the sweep graph, I thought this type was the easiest graph to implement, you only need to write the datapoints from left to right, no need to scroll or change anything, and when the sweep reaches the right side start from beginning and overwrite earlier datapoints. Are we talking about different things here?
Go to Top of Page

quinncurtis

1164 Posts

Posted - 21 Dec 2004 :  11:06:28  Show Profile  Reply with Quote
Actually, even in Windows software sweep graphs were the hardest to implement, though they might have been easy to use. The implementation was a kludge that forced that use of coordinate system that did not actually match the xy values of the data points being plotted, causing a host related problems when it came to updating axis labels, rescaling, and positioning of markers and data cursors. We want to avoid these types of problems.
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