Blazor 3D Chart
This demo showcases the top-selling electric car models in China using a 3D column chart. The visualization leverages the default column series to present sales data in an engaging three-dimensional format. Tapping or mouse over the data points reveals detailed tooltips, providing specific information about each data point.
In this example, you can see how to render and configure a 3D column chart. The 3D column chart is used to compare the frequency, count, total, or average of data across different categories. Tooltip
functionality is enabled, allowing you to see the tooltip in action by hovering over a point or tapping on a point on touch-enabled devices.
Additionally, the PointRendering
event for the 3D chart is triggered to render each point in the series with a distinct fill color.