CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    1

    Help ! - on VB MS Chart Control



    I'm using MS Chart for displaying a graph and I'm updating the chart for every timer interval. When it updates the chart (ie) for every refresh (repaint) there is flicker (or flash). How can I remove the flash. (I'm developing the application in VB 6.0.). Can anyone help me in this regard.


    Thanks.




  2. #2
    Join Date
    Feb 1999
    Location
    kar,india
    Posts
    12

    Re: Help ! - on VB MS Chart Control



    The flickering is because you are repainting it. When you clear and suddenly update the graph, we feel like flickering. I my mind I have a suggestion. You clear the data first and after some time (give dome delay) update the graph. I think in this way we can handle the flickerring. ( I didn't tried this solution). So you try this and write back to me.


    Good luck,

    Girish S.

    Project Manager,

    GuildSoft Pvt. Ltd.

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

Featured