New to Telerik UI for .NET MAUI? Start a free 30-day trial
.NET MAUI PieChart Visual Structure
Updated on Aug 11, 2026
The visual structure of the .NET MAUI PieChart represents the anatomy of the control. Being familiar with the visual elements of the PieChart allows you to quickly find the information required to configure them.
The following image shows the anatomy of the PieChart.

Displayed Elements
- Pie Series—The arc segments that represent the data points. The size of each slice is proportional to the value of the data point.
- Donut Series—The arc segments that represent the data points. The size of each slice is proportional to the value of the data point.
- Inner Radius—The hollow center of a
DonutSeries, controlled by theInnerRadiusFactorproperty. - Series Labels—The text that annotates each slice, positioned through the
LabelOffsetFractionproperty.