multiple ranges in gantt chart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Tarun

multiple ranges in gantt chart

Post by Tarun » Fri Feb 07, 2003 11:16 am

Hi

I need to implement multiple ranges for a category in a gantt chart. I've downloaded the gantt chart extensions zip from the jfreechart site, which apparently enables one to do this - however, don't know how to use it.

Would be most grateful for some help, even if it's just to point me in the right direction.

Tarun

David Gilbert

Re: multiple ranges in gantt chart

Post by David Gilbert » Fri Feb 07, 2003 1:00 pm

Try the GanttDemo2 example. I haven't tested this extensively, so please report any problems you find.

Regards,

Dave Gilbert

Tarun

Re: multiple ranges in gantt chart

Post by Tarun » Mon Feb 10, 2003 5:10 am

Cannot find the GanttDemo2 example, I only GanttDemo. I'm using version 0.9.4.

David Gilbert

Re: multiple ranges in gantt chart

Post by David Gilbert » Tue Feb 11, 2003 10:41 am

In 0.9.4, you can only have one range per task. Multiple ranges are new in 0.9.5.

Regards,

Dave Gilbert

Locked