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 sectionopens in a new tab.