Blazor Stock Chart with Spline Example.
This sample uses spline series to visualize stock data. The tooltip and crosshair display information about the data and period.
In this example, the stock chart is rendered and configured to visualize stock data with a spline series, and the last value label is displayed using the StockChartLastDataLabel. Use series Type as Spline to render a spline series.
Tooltip is enabled in this example. To see the tooltip in action, hover the chart or tap on it in touch enabled devices.
More information about the series type can be found in this documentation section.