Span a JFreeChart
I have the following StackedXYAreaChart:
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.
精彩评论