Example of Spline Area in ASP.NET Core Chart Control
This ASP.NET Core Spline Area Chart 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 about the spline area series can be found in this documentation section.