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

ASP.NET MVC Bar Charts Stacked and Grouped Bars

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
grouped_stacked_bar.cshtml
Grouped_Stacked_BarController.cs

Also available for:

CLIENT-SIDE API SERVER-SIDE API

Description

The Telerik UI for ASP.NET MVC chart is a powerful data visualization component, which allows you to graphically represent your data. Usually, the data series in a 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 a unique collection of hundreds of ASP.NET MVC demos, with which you can see all Telerik ASP.NET MVC 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 the ThemeBuilder.

Support & Learning Resources

Additional Resources