Search found 3 matches

by fuahoik
Tue Dec 02, 2008 2:16 pm
Forum: JFreeChart
Topic: TimeSeries override x-axis unit
Replies: 5
Views: 7862

Wow, thanks for your fast help! :D I've had to be blind to miss that... :shock: String[] quarters={"1. Quartal", "2. Quartal", "3. Quartal", "4. Quartal"}; axis.setDateFormatOverride(new QuarterDateFormat(TimeZone.getDefault(),quarters)); unit=new DateTickUnit(DateTickUnit.MONTH, 3,new QuarterDateFo...
by fuahoik
Tue Dec 02, 2008 10:05 am
Forum: JFreeChart
Topic: TimeSeries override x-axis unit
Replies: 5
Views: 7862

here you can find a screenshot:

asj-essen.de/chart.jpg
by fuahoik
Tue Dec 02, 2008 10:02 am
Forum: JFreeChart
Topic: TimeSeries override x-axis unit
Replies: 5
Views: 7862

TimeSeries override x-axis unit

Hi there, I have created a TimeSeriesChart with four timeseries in which I would like to display different quarters on the x-axis an some numbers on the y-axis. No problem so far, works fine. But is it possible to override the Dateformat with an string like "Quarter 1", "Quarter 2", ... instead of d...