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

Example of Column Placement in ASP.NET Core 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 about the column series can be found in this documentation section.