Gantt chart with # days as items in bars

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
eriktamu
Posts: 12
Joined: Thu Nov 11, 2004 11:32 pm
Location: Austin, TX
Contact:

Gantt chart with # days as items in bars

Post by eriktamu » Tue Jul 10, 2007 9:31 pm

I've built a gantt chart and what I want to accomplish is to display the number of days inside the bar as item labels. I have gotten this information out of the dataset and my question is can I just insert that information into the renderer or will i have to create a custom renderer?

Locked