I have the following StackedXYAreaChart: enter image description here How do I make my plot span all the way from the left to all the way to the right so that there are no white spaces between the borders of the chart and the plot? Thanks!

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

The createStackedAreaChart() method creates a chart having a StackedAreaRenderer, for which the domain axis is a CategoryAxis. You can adjust the appearance using the setLowerMargin() and setUpperMargin() methods of the axis.

link|improve this answer
1  
That did it, thanks! – denshaotoko Oct 10 '11 at 16:29
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.