Example of Stacking Column with Grouping in ASP.NET Core 3D Chart Control
This example of a 3D stacked column chart visualizes the steel production of countries, grouped by continent. The legend in the sample provides information about these series.
DEMO
SOURCE
In this example, you can see how to render and configure a 3D stacked column chart. The 3D stacked column chart stacks points in the series vertically. 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.