ComponentOne FlexChart for UWP
FlexPie / FlexPie Fundamentals / Doughnut Pie Chart
In This Topic
    Doughnut Pie Chart
    In This Topic

    FlexPie allows you to create the doughnut Pie Chart by using the InnerRadius property.

    The inner radius is measured as a fraction of the radius of the Pie Chart.  The default value of the InnerRadius property is zero, which creates the Pie Chart. Setting this property to values greater than zero creates the Pie Chart with a hole in the middle, also known as the Doughnut Chart.

    The following code snippets demonstrate how to set the InnerRadius property:

    XAML
    Copy Code
    <Chart:C1FlexPie x:Name="pieChart" Width="auto" Height="auto" InnerRadius="0.5" LegendPosition="Right" </Chart:C1FlexPie>