blazor-404943-components-charts-pie-chart.md
DevExpress Pie Chart for Blazor (<DxPieChart>) allows you to visualize data as a pie or donut chart.
Read Tutorial: Get Started With Blazor Charts
Refer to the following list for the component API reference: DxPieChart Members.
The DevExpress Blazor Pie Chart supports one series type – DxPieChartSeries. Specify the InnerDiameter property to create a donut chart.
The DevExpress Blazor Pie Chart supports various data binding scenarios:
For examples on how to bind to the most commonly used data collections, refer to the following sections:
Read Tutorial: Bind Blazor Charts to Data
You can add labels to chart series. You can format values and customize label appearance.
Run Demo: Series Label Customization
To help users understand visualized data, you can add descriptive elements to your charts – a legend, titles and subtitles, tooltips, and annotations.
Read Tutorial: Descriptive Elements Read Tutorial: Annotations
DevExpress Charts for Blazor allow you to customize the appearance of nested/inner components and chart elements. You can also apply a custom color palette and change the component font.
DevExpress Blazor Charts allow users to interact with their content: users can select, click, and hover over series and points.
Read Tutorial: User Interaction Options
You can export chart content as an encoded string in a specified format (PNG, PDF, JPEG, and GIF).