Blazor 3D Chart
This example of a 100% 3D stacked bar chart visualizes motor vehicle production by manufacturer using a stacked bar series. Click on the legend to toggle the visibility of the series for better comparison.
In this example, you'll learn how to render and configure a 100% 3D stacked bar chart. This type of chart displays multiple series of data as stacked bars, guaranteeing that the cumulative proportion of each stacked element always totals 100%.
Additionally, the EnableRotation
property enables users to rotate the chart using mouse and touch interactions. To rotate the chart, simply hold down the mouse button on the chart and move the mouse, or double tap and drag on a touch-enabled device.