|
-
July 21st, 2010, 08:52 AM
#1
real time charting..
Hi. I am working with a simple data acquisition project that reads data once every x seconds, where x is user control (1 to 5 seconds). I would like to graph each data as it is received by VB6 and not have to wait to build an array before graphing. so a sample data (x,y) would be:
time data
1 4.5 --> chart on graph
2 4.4 --> chart on graph
3 4.3 --> chart on graph
4 4.4 --> chart on graph
and so on.
is there a simple component to do this. MSChart and Excel chart don't.
Thanks.
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
|
Click Here to Expand Forum to Full Width
|