PDA

Click to See Complete Forum and Search --> : Real Time graphs


Geoff Gunson
Sep 20th, 1999, 02:17 PM
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 ;)



------------------

SteveCRM
Sep 23rd, 1999, 02:33 AM
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 SteveCRM@aol.com and give me your email address so I can send this timer to you. (Tell me how it goes, I'm curious.)


Steve

Aaron Young
Sep 23rd, 1999, 03:25 AM
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
aarony@redwingsoftware.com
adyoung@win.bright.net