# Exploded Pie Chart

Push the pie slices away from the center of the FlexPie, producing an exploded pie chart.

## Content



The [Offset](/componentone/api/blazor/online-blazor/dotnet-api/C1.Blazor.Chart/C1.Blazor.Chart.FlexPie.Offset.html) property can be used to push the pie slices away from the center of the FlexPie, producing an exploded pie chart. This property accepts a decimal value to determine how far the pie slices should be pushed from the center.

The image below shows an exploded FlexPie.

![ExplodedChart](https://cdn.mescius.io/document-site-files/images/f5b600ba-f1a7-4f89-a20c-aa6c0c35880d/images/explodedpienew.png)

The following code example demonstrates how to set the **Offset** property of FlexPie class. This example uses the sample created in the Quick Start section.

```razor
Offset="0.5"
```