Example of 100% Stacked Area in ASP.NET MVC Chart Control
This ASP.NET MVC 100% Stacked Area Chartopens in a new tab example visualizes the amount of sales by payment mode with default 100% stacked area series. A legend in the sample shows information about the series.
DEMO
SOURCE
In this example, you can see how to render and configure the 100% stacked area chart. This chart visualizes data with y-values stacked, ensuring that the cumulative proportion of each stacked element always totals 100%.
More information on the area series can be found in this documentation sectionopens in a new tab.