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.