Combined Gantt Chart?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
murali sujatha
Posts: 1
Joined: Mon Dec 03, 2007 12:44 pm

Post by murali sujatha » Wed Dec 12, 2007 8:42 am

eriktamu wrote:David,

This is what I'm trying to do. I started off with a gantt chart with 1 series. That's fine, the height of each task is sufficient. I then added two other series and the blocks become quite small. I have tried changing margins and everything else, but nothing seems to work.

I then decided to try and use a combined chart as it wouldn't hurt what I was trying to do and then would also (I hoped) make the height of each task bigger. But trying to do this has seemed even more difficult.

When I tried the CombinedRangeCategoryPlot, everything flips vertical and the tasks aren't lining up correctly.

I can send you some images if that would help, but I would have to email them to you.

Thanks![/img]

Aniket_kedari
Posts: 17
Joined: Tue Jun 24, 2008 3:03 am

Post by Aniket_kedari » Thu Aug 14, 2008 7:18 am

eriktamu
I am developing simmilar application like you.
May I know how you have drawn those white lines between two series.
I tried to use addDomainMarker() but failed again and again as didnt know how to get category and value parametres

Locked