Example of Stacked Column in ASP.NET MVC Chart Control
This ASP.NET MVC Stacked ColumnChart opens in a new tab example visualizes global cotton production trends over the years, with data points enhanced by data labels.
In this example, you can see how to render and configure the stacked column chart. The stacked column chart stacks points in the series vertically. You can also use the StackingGroupopens in a new tab property to group stacked collections based on category. This chart displays data labels for individual points and the total value on top of each stack.
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 stacked column series can be found in this documentation sectionopens in a new tab.