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

    fast dynamic graphing in VB4



    I am writing a data logging application in vb4. Data is retreived through the serial port using the MSCOMM control and read into the GRID and GRAPH controls

    simultaneously. However the GRAPH control (GRAPH32.OCX) cannot redraw its self quick enough as the time interval between each data point can be as fast as 10ms. Does anybody know of a quicker graphing routine which dynamically updated when you supply it with more data points. The graph is only a simple X,Y plot.

    Thanks

    scott

  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: fast dynamic graphing in VB4



    Hi


    I don't know if it will be quick enough, but Felix Haas has written some VB code on this site which may help you out.


    Take a look at http://www.codeguru.com/vb/articles/1612.shtml


    Regards


    Chris Eastwood


    CodeGuru - the website for developers

    http://www.codeguru.com/vb




    Fast Graphs WITHOUT an ActiveX / OCX Control

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