LineChart for ASP.NET Web Forms
Area Charts
LineChart Fundamentals > Line Chart Types > Area Charts

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