New to Telerik UI for ASP.NET Core? Download free 30-day trial

ASP.NET Core Bar Charts Stacked and Grouped Bars

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
  • Edit in Telerik REPL
HtmlHelper
TagHelper
Files:
grouped_stacked_bar.cshtml
Grouped_Stacked_BarController.cs
Grouped_Stacked_Bar_TagHelper.cshtml

Also available for:

CLIENT-SIDE API HTML HELPER API

Description

Usually, the data series in a Telerik UI for ASP.NET Core stacked column or bar chart have one stack per category. There are scenarios in which you might want to arrange your data so that the chart appears to have more than one stack per category.

In this demo, you can see how to group stacked columns to display the World population compared by age and sex in a specific period of time by setting the Stack() method, which sets the name of the stack that the series belong to:

series.Column(new int[] { 1100941, 1139797, 1172929, 1184435, 1184654 }).Name("0-19").Stack("Female");

Additional Apps

This Bar Charts example is part of unique collection of hundreds of ASP.NET Core demos, with which you can see all Telerik ASP.NET Core components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in Telerik REPL for ASP.NET Core or ThemeBuilder.

Support & Learning Resources

Additional Resources