RegularTimePeriod « Series « JFreeChart Q&A





1. JFreeChart Timeseries RegularTimePeriod    stackoverflow.com

I can use a TimeSeries to plot 1 minute data using JFreeChart. I'm wondering if there's an easy to plot other time intervals like 5 min or 15 min, ...

2. TimeSeries and RegularTimePeriod problem...    jfree.org

Hello, I have a couple of 'newbie' questions... I'm creating a TimeSeriesCollection with the TimesSeires being populated from a database. Once i have run my sql query I iterate around the result set, storing the returned values as a java.util.Data and a Double and the try to add to the TimeSeries. My question is how do i add these values to ...