Blazor Stock Chart with Spline Example.
This sample uses a Spline series to visualize smoothed stock price trends. Tooltip and Crosshair display precise values and period information at the pointer location.
Configuration:
- Set the series Type to Spline to render a smoothed curve
- Spline smoothing reduces noise and highlights underlying trends
- Annotate the most recent value using
StockChartLastDataLabelfor quick end-of-series reference
Interaction: Tooltip is enabled—hover or tap to view values. See more about series options in the documentation.