Search found 4 matches

by Guus
Tue Feb 01, 2005 3:11 pm
Forum: JFreeChart
Topic: (Barchart) labels get cut off even if there's enough space
Replies: 1
Views: 3204

(Barchart) labels get cut off even if there's enough space

I created a vertical-aligned barchart. Using org.jfree.chart.axis.CategoryAxis.setMaxCategoryLabelWidthRatio(0.5f) I made sure that the border between the category labels on the left side and the bars on the right side of the graph is exactly in the middle of the graph. Somehow, some of the labels s...
by Guus
Mon Jan 10, 2005 11:13 am
Forum: JFreeChart
Topic: Default display of date-label on axis for new subclass?
Replies: 0
Views: 1685

Default display of date-label on axis for new subclass?

I created a new subclass of org.jfree.data.time.RegularTimePeriod . Now I'm trying to set a default label, which I want to be displayed on a chart which uses my new class: TimeSeriesCollection tsc = new TimeSeriesCollection(); TimeSeries series = new TimeSeries("Some String", MySubClass.class); seri...
by Guus
Fri Jan 07, 2005 10:28 am
Forum: JFreeChart
Topic: Convert Timeseries
Replies: 1
Views: 2113

Convert Timeseries

If I construct a timeseries object with a given interval (hour, day, week, etc), is it possible to convert it to another interval? Currently, I have a set of data (values for each day) that I want to display both as daily values (day 1: value x, day 2, value y, etc) as weekly values (week1, sum(valu...
by Guus
Fri Dec 31, 2004 12:07 pm
Forum: JFreeChart
Topic: Please update the javadocs
Replies: 0
Views: 1745

Please update the javadocs

Hi there, I know I should've compiled them myself, but I was lazy and looked at the JFreeChart javadocs at http://www.jfree.org/jfreechart/javadoc/index.html They seem to be a bit out of date. I was looking for the MovingAverage class, and according to the docs online, it should be in org.jfree.data...