Xamarin.iOS Documentation | ComponentOne
Controls / FlexPie / Features / Donut Pie Chart
In This Topic
    Donut Pie Chart
    In This Topic

    Set a blank inner space using the innerRadius property in FlexPie to create a donut pie chart. The blank space can be used to display additional data also.

    The following image shows the donut FlexPie.

    The following code example demonstrates how to set the innerRadius property. This example uses the sample created in the Quick Start section.

    CS
    Copy Code
    pieChart.InnerRadius = 0.5;