# Exploded Pie Chart

Display exploded pie charts using ComponentOne  MVC FlexPie control. Learn more about explode pie chart in MVC documentation.

## Content



The [Offset](/componentone/api/mvc/online-mvc/dotnet-framework-api/C1.Web.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.

![Exploded FlexPie](https://cdn.mescius.io/document-site-files/images/2b3ac322-100e-4637-958d-fb40dcda3f44/images/pieexploded.png)

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

```razor
.Offset(0.5f)
```