width « GanttChart « JFreeChart Q&A





1. Gantt Chart Bar Width    jfree.org

setMaximumBarWidth() caps the width of the bars. In general, you can't specify the bar width, because it is calculated from the available space. You can reduce the upper and lower margins on the axis, the margin between bars, and the margin between categories --- all of which make more space on the chart available for the bars themselves.

2. Gantt Chart: CatedoryAxis Width and DateAxis Height    jfree.org

Hi everybody, How is it possible to find out the axis label width (for the category axis) and the axis label height (for the date axis) when drawing a gantt chart ? I mean the horizontal and vertical spaces between the following boxes: (The outter box represents the chart panel and the inner box represents the chart itself (where the series ...