• Material 3
  • Material 3 Dark
  • 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 Step Area in ASP.NET MVC Chart Control

This sample visualizes the data about electricity production using stacked stepped area chart.

DEMO
SOURCE

In this example, you can see how to render and configure the Stacked StepArea type charts. This series forms the step line progress by connecting points through vertical and horizontal lines with area filled. You can use DashArray, Width and Fill properties to customize the area. Marker and DataLabel are used to represent individual data and its value.


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