views:

45

answers:

1

I want to use jcharts2d to plot fast updating data.

The examples for dynamic charts in their webpage use a dummy random function to simulate fast changing data, any ideas on how to feed data into the chart?

thanks in advance

A: 

You'll need to supply a class that extends ADataCollector and implements collectData

Devon_C_Miller