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

    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.

    C#
    Copy Code
    fpie.InnerRadius = 0.5f;