Search found 2 matches

by nuclex
Thu Oct 25, 2007 4:47 pm
Forum: JFreeChart
Topic: need help for bar graph
Replies: 7
Views: 12649

Try setting the item margin:

Code: Select all

renderer.setItemMargin(0.5);
by nuclex
Thu Oct 25, 2007 4:22 pm
Forum: JFreeChart
Topic: Gantt chart - multiple bars per task
Replies: 3
Views: 8991

Gantt chart - multiple bars per task

How could I draw multiple bars per task in Gantt chart?
Is it necessary to create new renderer or is there an easier approach?

I'm trying to accomplish something like this:

Code: Select all

i22.tinypic.com/34ye9h2.jpg
in JFreeChart with use of Gantt chart.