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

ASP.NET MVC Bar Charts 100% Stacked and Grouped Bars

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
grouped_stacked100_bar.cshtml
Grouped_Stacked100_BarController.cs

Also available for:

CLIENT-SIDE API SERVER-SIDE API

Description

This example demonstrates the implementation of the Telerik UI for ASP.NET MVC 100% stacked and grouped bars.

You can enable the 100% stack feature by setting the first ChartStackType.Stack100 argument of the Series -> Column -> Stack() method, i.e.

series.Column(new int[] { 1100941, 1139797, 1172929, 1184435, 1184654 }).Name("0-19").Stack(ChartStackType.Stack100, "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