New to Telerik UI for .NET MAUI? Start a free 30-day trial
.NET MAUI PieChart Overview
Updated on Aug 11, 2026
The Telerik UI for .NET MAUI PieChart (RadPieChart) visualizes data by using a discrete polar coordinate system. Each data point is represented as a slice, and the size of the slice represents the value of the point as a percentage of the total sum. The PieChart does not use axes.

Series
The PieChart plots data through the following series:
PieSeries—Represents the data points as slices of a full circle.DonutSeries—Represents the data points as slices of a ring with a hollow center.