ASP.NET Core MVC Controls | ComponentOne
Working with Controls / FlexPie / Work with FlexPie / Donut Pie Chart
In This Topic
    Donut Pie Chart
    In This Topic

    The InnerRadius property can be used to leave a blank inner space in the FlexPie, creating a Donut Pie Chart. The blank space can be used to display additional data.

    The following image shows a donut FlexPie.

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

    HTML
    Copy Code
    <c1-flex-pie binding-name="Country" binding="Sales" inner-radius="0.4f">
    </c1-flex-pie>