• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

Example of Column in ASP.NET MVC Chart Control

This ASP.NET MVC Column Chart example visualizes the medal count from the Rio Olympics with the default column series in the chart.

DEMO
SOURCE

In this example, you can see how to render and configure a column chart. The column chart is used to compare the frequency, count, total or average of data in different categories.

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 column series can be found in this documentation section.