Search found 1 match

by toxicity967
Mon Jul 25, 2016 3:18 pm
Forum: JFreeChart
Topic: Autosize image size of a Gantt Chart
Replies: 0
Views: 3372

Autosize image size of a Gantt Chart

Hi everyone, I'm using the JFreeChart library in order to create a Gantt Chart of a set of activities. I used this syntax: BufferedImage objBufferedImage=objJFreechart.createBufferedImage(1200,800); in order to create the image on which the chart will be deployed, but I would like to know if there i...