A spline chart is a line chart that plots a fitted curve through each data point in a series.
The following image shows a Spline chart:

Example:
|
<vc:DataSeries RenderAs="Spline"> <vc:DataSeries.DataPoints> <vc:DataPoint AxisXLabel="Jan" YValue="20"/> <vc:DataPoint AxisXLabel="Feb" YValue="18"/> <vc:DataPoint AxisXLabel="Mar" YValue="22"/> <vc:DataPoint AxisXLabel="Apr" YValue="20"/> <vc:DataPoint AxisXLabel="May" YValue="25"/> <vc:DataPoint AxisXLabel="Jun" YValue="22"/> <vc:DataPoint AxisXLabel="Jul" YValue="20"/> <vc:DataPoint AxisXLabel="Aug" YValue="30"/> <vc:DataPoint AxisXLabel="Sep" YValue="25"/> <vc:DataPoint AxisXLabel="Oct" YValue="12"/> <vc:DataPoint AxisXLabel="Nov" YValue="18"/> <vc:DataPoint AxisXLabel="Dec" YValue="22"/> </vc:DataSeries.DataPoints> </vc:DataSeries>
|
Chart Specific Attributes
The following attributes are specific to Spline Chart.