Example of Pie with Various Radius in ASP.NET MVC Chart Control
This sample compares countries by population density and total area using various radius in a pie series.
DEMO
SOURCE
In this example, you can see how to render a donut chart with different radius. You can use the Radiusopens in a new tab mapping property to achieve this feature.
DataLabel
are used to represent individual data and its values.
Tooltip
is enabled in this example. To see the tooltip in action, hover a point or tap on a point in touch enabled devices.
More information about the pie series can be found in this documentation sectionopens in a new tab.