DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Jeff Trate Guest

    Charting software


    Any suggestions for charting software? I need a fairly simple 2D line chart
    that will allow me to update measurement data after every read without flickering.
    MSChart has 0 documentation and the only way I could get it to update new
    measurement data was to reassign the array to the chartdata property. The
    flicker is very distracting and unappealing!

    I would greatly appreciate any suggestions.

  2. #2
    Jim Deutch Guest

    Re: Charting software

    Gigasoft's stuff is good. For the best, fastest response with just the
    features you need, you can't beat do-it-yourself, though. There's been a
    VBPJ article on scrolling real-time graphs IIRC (5 years ago?). You should
    check out Rod Stephens' book (and site). Basically, all you have to do is
    draw in a picturebox, PaintPicture the whole thing a step to the left, and
    draw the new data to the right of it...

    Jim Deutch
    "Jeff Trate" <jtrate@agere.com> wrote in message
    news:3ad6016b$1@news.devx.com...
    >
    > Any suggestions for charting software? I need a fairly simple 2D line

    chart
    > that will allow me to update measurement data after every read without

    flickering.
    > MSChart has 0 documentation and the only way I could get it to update new
    > measurement data was to reassign the array to the chartdata property. The
    > flicker is very distracting and unappealing!
    >
    > I would greatly appreciate any suggestions.




Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links