|
-
Sep 20th, 1999, 02:17 PM
#1
Thread Starter
Addicted Member
Hi
I am developing a statistics package that will have to display real time graphs, I am currently using the MSChart control but if you update the graph say once a second there is a horrible flicker. Can I eliminate this flicker or is there a better control that I can use?
Cheers
Geoff 
------------------
-
Sep 23rd, 1999, 02:33 AM
#2
Frenzied Member
I encountered the same exact problem when I was trying to make a graphing program. I ended up making an update button. I have a timer that goes much faster than normal, I havent tried it for updating graphs or charts yet, but you can try. It does have a register screen before, but you could try to work around it. Email Me At [email protected] and give me your email address so I can send this timer to you. (Tell me how it goes, I'm curious.)
Steve
-
Sep 23rd, 1999, 03:25 AM
#3
If the Graphs' Repaint Property is True you shouldn't need to force an Update/Refresh as any Change would trigger a Refresh automatically, which just redraws the Data not the whole Graph reducing Flicker.
------------------
Aaron Young
Analyst Programmer
[email protected]
[email protected]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|