• Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

Example of Stacked Area in ASP.NET MVC Chart Control

This ASP.NET MVC Stacked Area example visualizes the amount of sales by payment mode with default 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 stacked area chart. This chart visualizes data with y-values stacked one over another in a series order. It shows the relationship between individual values to the total sum of points.

More information on the area series can be found in this documentation section.