Example of Range Column in ASP.NET MVC Chart Control
This ASP.NET MVC Range Column Chartopens in a new tab example visualizes the maximum and minimum temperatures for a week in different countries with the default range column series.
DEMO
SOURCE
In this example, you can see how to render and configure the range column chart. The range column chart is used to display a range of data by plotting two y-values per data point. The two y-values are used as the upper and lower bounds of a column.
Tooltip
is enabled in this example. To see the tooltip in action, hover over a point or tap on a point in touch-enabled devices.
More information about the range column series can be found in this documentation sectionopens in a new tab.