Message-ID: <184576354.7879.1711624699816.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_7878_732917878.1711624699816" ------=_Part_7878_732917878.1711624699816 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html SettingsPieDoughnut.SlicesDistanceFromCenter

SettingsPieDoughnut.SlicesDistanceFromCenter

Description

=20

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

=20
C#
=20
 public int SlicesDistanceFromCenter{ get; set; }
=20
=20
vb.net
=20
Public Property SlicesDistanceFromCenter() As Integer
=20
=20

Remarks=20

This defaults to 25 when creating a new exploded pie or exploded doughnu= t 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.=20

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

=20

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

------=_Part_7878_732917878.1711624699816--