Example of 100% Stacked Area in ASP.NET Core Chart Control
This ASP.NET Core 100% Stacked Area Chart 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 about the 100% stacked area series can be found in this documentation section.