Example of Area in ASP.NET MVC Chart Control
This ASP.NET MVC Area Chartopens in a new tab example visualizes music sales data by format in US by using a default area series in the chart.
DEMO
SOURCE
In this example, you can see how the area type chart can be rendered and configured. It is like the line chart, which represents time-dependent data and shows trends at equal intervals, but the area is closed and filled with the color of the series.
More information on the area series can be found in this documentation sectionopens in a new tab.