Search found 3 matches

by magher
Thu Dec 07, 2017 9:14 am
Forum: JFreeChart
Topic: legend.setPosition()
Replies: 2
Views: 4067

Re: legend.setPosition()

It works :D Thank you.

//Magnus
by magher
Wed Dec 06, 2017 8:49 am
Forum: JFreeChart
Topic: legend.setPosition()
Replies: 2
Views: 4067

legend.setPosition()

Hi, I upgraded from 1.0.19 to 1.5.0 and legend.setPosition seems to be deprecated. I tried some variations from the API, but I cannot get the hang of it. Code in jfreechart 1.0.19... // Set legends on right side LegendTitle legend = chart.getLegend(); legend.setPosition(RectangleEdge.RIGHT); I tried...
by magher
Thu Sep 18, 2014 5:00 pm
Forum: JFreeChart
Topic: Pre init DateAxis
Replies: 0
Views: 3125

Pre init DateAxis

Hi, I'm new to JFreeChart but I'm trying to wrap my brain arround the concept. I have created a StackedXYAreaChart with a TimeTableXYDataset and reading values from an Oracle database. What bugs me is when I start the app, there are no domain axis labels (hh:mm). They show up when the graph starts t...