Which time period class

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
David Teran

Which time period class

Post by David Teran » Thu Jun 13, 2002 7:16 pm

Hi,

we have dates that differ in seconds and minutes and want to use them for a time series chart. Now we wonder which time period class we should use for the BasicTimeSeries object. Minute / second does not work as TimePeriod, we do get exception like "time period already exists"


regards david

David Teran

Re: Which time period class

Post by David Teran » Thu Jun 13, 2002 7:25 pm

stupid me, i did the same error than someone before: initialized the BasicTimeSeries with a different class then when adding a value pair.

regards david

David Gilbert

Re: Which time period class

Post by David Gilbert » Thu Jun 13, 2002 10:56 pm

Hi David,

I've modified the message in the exception to give a better indication of what has gone wrong.

Regards,

DG.

Locked