hi folks,
I want to build a dynamic chart where the data is plotted at random time intervals. Can I use the Time Series to do this ? If so how?
Your help will be much appreciated
Ato
TimeSeries and irregular time intervals..
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
Use the smallest time period that fits the resolution of the data you are plotting (at the worst case, this will be milliseconds), then skip any time periods that you don't have data for.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

