Blazor Spline Range Area Chart Example
This Blazor Spline Range Area Chart example visualizes minimum and maximum temperatures across different days using a default spline range area series.
In this example, you can see how to render and configure a spline range area chart. This chart displays continuous data points as a set of curved lines varying between high and low values, providing:
- Smooth trend visualization for range data
- Clear representation of temperature fluctuations
- Effective comparison of upper and lower bounds over time
More information about the spline range area series can be found in this documentation section.