Example of Range Bar in ASP.NET Core Chart Control
This sample visually represents changes in visa-free access for various countries using an inverted Range Column chart. It highlights the countries that have experienced the most significant increases and decreases over the past decade.
DEMO
SOURCE
In this example, you can see how to render and configure the range column chart in an inverted manner. You can use IsTransposed property to invert your chart.
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 section.