Example of Bar in ASP.NET Core Chart Control
This ASP.NET Core Bar Chart example visualizes GDP data by country for the year 2017 with a default bar series.
DEMO
SOURCE
In this example, you can see how to render and configure the bar chart. The bar chart is similar to the column chart, but the orientation of the y-axis is horizontal rather than vertical.
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 bar series can be found in this documentation section.