Results 1 to 3 of 3

Thread: Real Time graphs

  1. #1

    Thread Starter
    Addicted Member Geoff Gunson's Avatar
    Join Date
    Jun 1999
    Posts
    241

    Post

    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



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

  2. #2
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800

    Post

    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

  3. #3
    Guru Aaron Young's Avatar
    Join Date
    Jun 1999
    Location
    Red Wing, MN, USA
    Posts
    2,177

    Post

    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
  •  



Click Here to Expand Forum to Full Width