Search found 4 matches

by cirocco
Mon Mar 16, 2009 3:03 pm
Forum: JFreeChart
Topic: DateAxis tick labels
Replies: 8
Views: 15379

Re: DateAxis tick labels

Thanks, for advice. I did not set the margins.
I have added 1ms to setUpperBound and setLowerBound, and now tick labels are as I wanted.
by cirocco
Fri Mar 06, 2009 1:07 pm
Forum: JFreeChart
Topic: DateAxis tick labels
Replies: 8
Views: 15379

DateAxis tick labels

Hi I am using jfreechart 1.0.10, and I have a chart with TimeSeries data. I am setting plot.getDomainAxis().setLowerBound(start); plot.getDomainAxis().setUpperBound(end); where start is exactly 13:00 and stop is 14:00 tick labels are 13:09 13:19 13:29 13:39 13:49 13:59 I would like them to be more "...
by cirocco
Thu Feb 26, 2009 12:13 pm
Forum: JFreeChart
Topic: XYAreaChart with multiple colors
Replies: 1
Views: 2582

Re: XYAreaChart with multiple colors

Hi. I have the same problem with XY Area Chart. I have read some topics about line coloring http://www.jfree.org/phpBB2/viewtopic.php?t=19958. But reimplementing getItemPaint does not change a line (or area) color between points. Is there something new, in newer JFreeChart versions which can help wi...
by cirocco
Thu Feb 26, 2009 10:38 am
Forum: JFreeChart
Topic: JFreeChart demo source
Replies: 1
Views: 2053

JFreeChart demo source

Hi.
I have purchased jfreechart-1.0.10 guide with demo source code. In the "Source Code" tab there is information about guide. How do I connect the source with the demo program, to see actual source code there?

Thanks