# Exploded Pie Chart

## Content



The `[Offset](/componentone/api/mvc/online-mvc-core/dotnet-api/C1.AspNetCore.Mvc/C1.Web.Mvc.FlexPieBase-1.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.

![](https://cdn.mescius.io/document-site-files/images/9b6a6cfe-b8e8-42e9-8a04-da6cb7762977/images/pieexploded.png)

The following code example demonstrates how to set this property. This example uses the sample created in the [Quick Start](/componentone/docs/mvc/online-mvc-core/WorkingwithControls/FlexPie/FlexPieQuickStart) section.

```html
<c1-flex-pie binding-name="Country" binding="Sales" offset="0.5f">
</c1-flex-pie>
```