-
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.
-
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
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
|
Bookmarks