Neither StackedAreaRenderer nor StackedXYAreaRenderer (JFreeChart 1.0.15) currently support splines. The function you are requesting is not currently supported by JFreeChart.
However, for StackedXYAreaRenderer it is not too difficult to improve it to support splines based on the implementation of XYSplineRenderer . You will need to create your own visualization class and override the drawItem() method.
source share