Example of Stacked Column in ASP.NET Core Chart Control

Chart
Bar Charts
Stacked Column

This ASP.NET Core Stacked Column Chart example visualizes global cotton production trends over the years, with data points enhanced by data labels.

Global Cotton Production by Country (2019-2024)Source: fas.usda.gov75.3M71.4M68.5M71.6M64.9M70.4MIndiaChinaUnited States

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.

Transform your ASP.NET Core web apps today with Syncfusion® ASP.NET Core components
100+ high-performance and responsive UI components
Dedicated support
Hassle-free licensing
TRY IT FOR FREE
opens in a new tab