Independently controlling the plot area inside a chart
Independently controlling the plot area inside a chart
Is there a way to set the size of the plot area(not the whole chart) idependently? I am generating 2 PNG charts using org.jfree.chart.servlet.ServletUtilities.saveChartAsPNG(), Both has the exact same time range on x-axis, but the first one has duel y-axis, this makes the plot area shrink in the first graph. I would like to readjust just the plot area of the second one as well to the same size(or set the size of the plot area to some fixed size so the shrink wont happen) of the first. Is there anyway to control the size of the plot area inside a chart independently?