Example of Pie with Various Radius in ASP.NET MVC 3D Circular Chart Control
This sample compares countries by population density and total area using various radii in a 3D pie series.
DEMO
SOURCE
In this example, you can see how to render a 3D donut chart with varying radii. You can use the Radius
mapping property to achieve this feature. The data labels are used to represent individual data and its values. In addition, the sample shows how to change the order of legend for the donut chart by using the Reverse
property.
Tooltip
is enabled in this example. To see the tooltip in action, hover over a point or tap on a point on touch-enabled devices.