Example of Spline Area in ASP.NET MVC Chart Control
This ASP.NET MVC Spline Area Chartopens in a new tab example visualizes inflation rate comparison for two countries by using spline area series.
DEMO
SOURCE
In this example, you can see how to render and configure a spline area chart. This chart plots a fitted curve through each data point in a series. It is used to represent time-dependent data and show trends in data at equal intervals.
More information on the area series can be found in this documentation sectionopens in a new tab.