Preload DynamicTimeSeriesCollection

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
rlodermeier
Posts: 4
Joined: Thu Jul 07, 2016 10:26 pm
antibot: No, of course not.

Preload DynamicTimeSeriesCollection

Post by rlodermeier » Mon Jul 11, 2016 5:43 pm

Is this possible? I want to add a set of plots on a JFreeChart before the time begins for a DynamicTimeSeriesCollection. That way when I open the chart I have data from the previous run (that is saved off to an xml doc) then new data starts being graphed when it comes in.

Thank you very much in advance. I have written a few graph prototypes, but I am still having struggles implementing the final 2 requirements (this being one of them).

John Matthews
Posts: 513
Joined: Wed Sep 12, 2007 3:18 pm

Re: Preload DynamicTimeSeriesCollection

Post by John Matthews » Mon Jul 11, 2016 6:53 pm

It looks like addValue() can fill in the previous values, but I haven't tried it. A similar issue is examined here.

Locked