Search found 4 matches

by syella
Tue May 12, 2009 2:00 pm
Forum: JFreeChart
Topic: Gantt chart image size
Replies: 6
Views: 6694

Re: Gantt chart image size

No, sorry :-(
by syella
Wed Jul 23, 2008 1:36 pm
Forum: JFreeChart
Topic: Gantt chart image size
Replies: 6
Views: 6694

Gantt chart image size

Hi all, i have a problem with image generated by a gantt chart... here is a screenshot : http://www.syella.hbg.fr/ganttchart.jpg As you can see, more i have tick, more i have space at the top of the image (i have highlighted the area with the green line). when i reduce the image size, the area in gr...
by syella
Tue Jul 15, 2008 1:53 pm
Forum: JFreeChart
Topic: gantt, subtask and item label
Replies: 5
Views: 17381

thanks

great! it works perfectly!!!
thanks a lot!!!
by syella
Fri May 30, 2008 9:31 am
Forum: JFreeChart
Topic: gantt, subtask and item label
Replies: 5
Views: 17381

gantt, subtask and item label

Hi all, I have a problem with item label in gantt chart. I have the code above : final JFreeChart chart = ChartFactory.createGanttChart(...); CategoryPlot plot = (CategoryPlot) chart.getPlot(); GanttRenderer gr = (GanttRenderer) plot.getRenderer(); gr.setItemLabelGenerator(new IntervalCategoryItemLa...