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

    Push the pie slices away from the center of the FlexPie using the offset property and produce an exploded pie chart. This property accepts a decimal value to determine how far the pie slices are pushed from the center.

    The image below shows an exploded FlexPie.

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

    CS
    Copy Code
    pieChart.Offset = 0.2;