Hi everybody,
thanks, David. That hint works quite good.
Greetings
Jan
Search found 5 matches
- Tue Oct 16, 2007 9:40 am
- Forum: JFreeChart
- Topic: DateAxis of timeseries containing days with 25 hours
- Replies: 9
- Views: 22379
- Mon Oct 15, 2007 2:53 pm
- Forum: JFreeChart
- Topic: DateAxis of timeseries containing days with 25 hours
- Replies: 9
- Views: 22379
- Mon Oct 15, 2007 8:47 am
- Forum: JFreeChart
- Topic: DateAxis of timeseries containing days with 25 hours
- Replies: 9
- Views: 22379
Hello David, thanks for your piece of code. It works good for me, but now I have another problem. The 28th October 2007 has 25hours. So I have 02:00 - 03:00 (A) and 02:00 - 03:00 (B). I have values for both hours and I would like to display them in the chart. But if I add both I got an exception tel...
- Thu Oct 11, 2007 10:51 am
- Forum: JFreeChart
- Topic: DateAxis of timeseries containing days with 25 hours
- Replies: 9
- Views: 22379
Hello David, thanks for your fast reply. Which DateAxis constructor do you use? I use the String-constructor of DateAxis with my axislabel like String xAxisLabel = "MyLabel"; DateAxis xAxis = new DateAxis(xAxisLabel); I didn't help to use the constructor with the TimeZone: String xAxisLabel = "MyLab...
- Thu Oct 11, 2007 8:13 am
- Forum: JFreeChart
- Topic: DateAxis of timeseries containing days with 25 hours
- Replies: 9
- Views: 22379
DateAxis of timeseries containing days with 25 hours
Hello everybody outhere using jFreeChart, I would like to plot a timeseries in a simple linechart. Considering summer- or wintertime (e.g. my timezone Europe/Berlin) a day could have 23, 24 or 25 hours. In the case of 25 hours I exspect the values maped to a dateaxis like ---------------------------...