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

    A Bezier chart is a type of Line chart that plots curves instead of angles through the X, Y datapoints in the LineChartSeries. Like plain Line charts it is also used to show trends in a period of time.

    To create a Bezier Area Chart, set the C1LineChart.Type to Area, FitType to Spline, and add several LineChartSeries with X and Y values.

    See Also