ComponentOne LineChart for ASP.NET Web Forms
LineChart Fundamentals / Line Chart Types / Spline Area Charts
In This Topic
    Spline Area Charts
    In This Topic

    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