The Pie Chart type in the ASP.NET AJAX Chart has a rich functionality for any ASP.NET project. It displays the data as sectors from a circle
and is useful in all scenarios when we need to represent data as parts of a whole. Each series in the Pie Chart displays a portion of the data in a two-dimensional
circle. Use the rich customization options and animation of the Pie Chart and create your data-driven applications. The labels of Pie chart can be positioned through the
LabelsAppearance.Position property of the series since Q1 2014:
-
Center — the labels are positioned at the center of the pie.
-
InsideEnd — the labels are positioned inside, near the end of the pie.
-
OutsideEnd — the labels are positioned outside, near the end of the pie.
The demo shows a simple example of how a PieSeries looks and works. You can use the configurators to see how setting each of
the properties affects the control. The configurators also expose the meaningful properties in the context of a PieSeries.
By default every configuration panel is collapsed, to change a particular setting choose the according category and expand it via the arrow button.
Related Resources