Example of Step Area in ASP.NET Core Chart Control
This ASP.NET Core Step Area Chart example visualizes electricity generation data using renewable and non-renewable resources in a step area chart.
DEMO
SOURCE
In this example, you can see how to render and configure a step area chart. This series forms a step progress by connecting points through vertical and horizontal lines with the area being filled.
Tooltip
is enabled in this example. To see the tooltip in action, hover over or tap on the chart.
More information about the step area series can be found in this documentation section.