Blazor Line Zone Chart Example.
This sample visualizes the annual mean precipitation in United States with multi-colored line series in the chart. Data points are enhanced with segments and tooltips.
In this example, you can see how to render and configure the points in a particular range by using MultiColoredLine series. Points under the range can be customized with Color, and DashArray properties in ChartSegment.
Tooltip is enabled in this example. To see a tooltip in action, hover over or tap on the chart.