Hi,
i must develop a software to show real-time data into a linear graph.
the minimum time interval is 10 milliseconds.
Is JFreeGraph adapt for this frequency?
thanks.
10 ms
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
It depends on the size and complexity of the chart, and your hardware, and your JRE. Try it and see.
JFreeChart fully redraws the chart each time it is updated, so you will probably be pushing it to get updates every 10ms...but maybe your users wouldn't notice if the chart updated only every 100ms (e.g. for every tenth new data value if they're coming in every 10ms).
JFreeChart fully redraws the chart each time it is updated, so you will probably be pushing it to get updates every 10ms...but maybe your users wouldn't notice if the chart updated only every 100ms (e.g. for every tenth new data value if they're coming in every 10ms).
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

