Blazor Area Zone Chart Example.
This sample visualizes the data on average monthly surface temperature using a multi-colored area series in the chart. Data points are enhanced with segments and tooltips.
In this example, you can see how to render and configure points in a particular range by using MultiColoredArea series. Points within the range can be configured with the Color property in ChartSegment.
Tooltip is enabled in this example. To see a tooltip in action, hover over or tap on the chart.
More information about the multi-colored area series can be found in this documentation section.