Example of Stacked Bar in ASP.NET MVC 3D Chart Control
This 3D stacked bar chart example visualizes a comparison of several Olympic medal-winning countries using the stacked bar series. The legend in the sample provides additional information about the series.
DEMO
SOURCE
In this example, you can see how to render and configure a 3D stacked bar chart. The 3D stacked bar chart stacks points in the series horizontally. Additionally, the StackingGroup
property can be used to group stacked collections based on category.
Tooltips
are enabled in this example, to see the tooltip in action, hover a point or tap on a point in touch enabled devices.