Example of Cylindrical Column in ASP.NET MVC Chart Control
This sample visualizes the gold medal count from the Rio Olympics using a cylindrical column chart.
DEMO
SOURCE
In this example, you can observe the rendering and configuration of a cylindrical column chart. The cylindrical column chart serves the purpose of comparing the frequency, count, total, or average of data across various categories using a cylindrical shape.
Tooltips have been enabled in this example. To experience the tooltip functionality, simply hover over a point or tap on it in touch-enabled devices.
More information on the column series can be found in this documentation sectionopens in a new tab.