Area Spline Chart

Description

This sample demonstrates how to create an area spline chart. The line is curved from point to point instead of drawing a straight line from point to point. The two options used in this sample are:

  • Type="Area" - Tells the lines to render as filled areas
  • SeriesList.LineChartSeries.FitType="Spline" - Tells this line in the series to render as a curved line
Documentation