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

ASP.NET MVC Bar Charts Column Chart

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
column.cshtml
ColumnController.cs

Also available for:

CLIENT-SIDE API SERVER-SIDE API

Description

The Telerik UI for ASP.NET MVC Column chart shows data as vertical bars whose heights vary according to their value. It can be useful for showing a comparison between several sets of data (e.g., snapshots of data across different points in time like the GDP growth shown in this example).

Column charts are very similar to Bar charts, with the only difference that bars’ orientation is vertical instead of horizontal.

You can define the chart series as horizontal via the Series -> series.Column method:

.Series(series => series.Column(new double[] { 3.907, 7.943, 7.848, 9.284, 9.263, 9.801, 3.890, 8.238, 9.552, 6.855 }))

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