• 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 Back To Back Column in ASP.NET MVC Chart Control

This sample shows four series of columns in which each column is rendered with a different width and placed behind the previous column.

DEMO
SOURCE

In this example, you can see how to render and configure the column chart. The column chart is used to compare the frequency, count, total or average of data in different categories. The EnableSideBySidePlacement property is used to enable/disable side-by-side position. DataLabel is used to present details about individual data points.

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