Example of Stacked Column in ASP.NET Core Chart Control
This ASP.NET Core Stacked Column Chart 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 StackingGroup 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 section.