Example of Range Area in ASP.NET MVC Chart Control
This ASP.NET MVC Range Area Chartopens in a new tab example visualizes minimum and maximum temperatures of different days with default range area series.
DEMO
SOURCE
In this example, you can see how to render and configure the range area chart. This chart is used to display continuous data points as a set of lines varying between high and low values over time intervals and across different categories.
More information on the area series can be found in this documentation sectionopens in a new tab.