Grids
Example of Spline in ASP.NET Core Chart Control
This ASP.NET Core Spline Chart example represents the North Carolina weather report for the year 2016 with default spline series in the chart.


In this example, you can see how to render and configure a spline chart. The spline chart uses a smooth, curved line to connect points in a data series. Markers
represent individual data points with different shapes, while the crosshair
enhances data tracking by highlighting the category.
Tooltip
is enabled in this example. To see the tooltip in action, hover over or tap on the chart.
More information about the spline series can be found in this documentation section.