A Spline chart is where the line is curved to still pass through the plots, but provide a smooth curved plot line nonetheless.
To create a Spline Area Chart, set the C1LineChart.Type to Area, FitType to Spline, and add several LineChartSeries with X and Y values.
See Also