Sets or returns the distance - in an exploded pie or doughnut chart - of slices from the chart's center.

 public int SlicesDistanceFromCenter{ get; set; }
Public Property SlicesDistanceFromCenter() As Integer

This defaults to 25 when creating a new exploded pie or exploded doughnut series.
If this is set to a value less than 0, it will be set to 0.
If this is set to a value greater than 400 it will be set to 400.

If you set this to 0 on an exploded pie or doughnut series, the chart type for that chart will change to the corresponding non-exploded chart. If you set it to a value greater than 0 for a non-exploded series, the chart type will change to the corresponding exploded chart type.

For doughnut series, this property is linked for series in the same group. For pie series, each series has its own value. See SettingsPieDoughnut for more information on how linking works.