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

    An Area chart draws each series as connected points of data, filled below the points. Each series is drawn on top of the preceding series. The height of the points are determined by the Y-axis values and the category labels are determined by the X-axis values.

    To create an Area chart, set the C1LineChart.Type to Area and add several LineChartSeries with X and Y values.

    See Also