[]
        
(Showing Draft Content)

Donut Pie Chart

The InnerRadius property can be used to create a donut shaped pie chart leaving a blank inner space. The blank space can be used to display additional data.

The following image shows a donut shape FlexPie.

Donut Pie Chart showing fruit sales

The following code examples demonstrate how to set this property in C#. These examples use the sample created in the Quick Start section.

fpie.InnerRadius = 0.5f;