Blazor Spline Area Chart Example
This Blazor Spline Area Chart example visualizes inflation rate comparison for two countries by using spline area series.
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.