Example of Stacked Line in ASP.NET Core Chart Control
This ASP.NET Core Stacked Line Chart example visualizes the family expenses data with a stacked line series in the chart to identify who spent more money in each category.
DEMO
SOURCE
In this example, you can see how to render and configure the stacked line chart. The stacked line 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.
Tooltip
is enabled in this example. To see the tooltip in action, hover a point or tap on a point in touch enabled devices.
More information about the stacked line series can be found in this documentation section.