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

SettingsPieDoughnut

Description

=20

The SettingsPieDoughnut class contains all settings that are specific to pie and doughnut charts.= To return a SettingsPieDoughnut object, use Series.SettingsPieDoughnut.

=20
C#
=20
 public sealed class SettingsPieDoughnut
=20
=20
vb.net
=20
Public NotInheritable Class SettingsPieDoughnut
=20
=20

Remarks

Pie and Doughnut series= can be linked. This is most visible in Excel when you create a doughnut ch= art with more than one series; if you change the angle of the first slice, = all of the series will rotate. This is because doughnut series, by default = in Excel, are created in the same group (you can force it to have multiple = groups by doing things like creating a line chart, and converting the serie= s one-by-one to doughnut series). If you have multiple pie series in the sa= me group, only one of them is visible. This linking between series is maint= ained in the api, and is noted on the individual properties.=20

Properties

=20
=20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 = =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20

Name

Description

AngleOfFirstSlice

Sets or returns the angle of the first slice in = the pie or doughnut chart.

BopPopGapSize

Sets or returns the size of the gap between pies= in a pie of pie chart or between bar and pie in a bar of pie chart.

BopPopSecondChartSize

Sets or returns the size of the second chart in = a pie of pie or bar of pie chart, as a percentage of the size of the first = chart.

BopPopSeriesLines

Returns a Ch= artLine object representing the series lines from the main pie chart to= the secondary chart in a bar of pie or pie of pie chart.

BopPopSplitPercentage

Sets or returns a percentage that determines whi= ch of a chart's data points will be included in the bar of a bar of pie cha= rt, or second pie of a pie of pie chart.

BopPopSplitPosition

Sets or returns a number of positions that deter= mines which of a chart's data points will be included in the bar of a bar o= f pie chart, or second pie of a pie of pie chart.

BopPopSplitType

Sets or returns how data will be split in the ba= r of a bar of pie chart, or second pie of a pie of pie chart.

BopPopSplitValue

Sets or returns a value that determines which of= a chart's data points will be included in the bar of a bar of pie chart, o= r second pie of a pie of pie chart. BopPopSplitType is set to value.

LeaderLines

Returns a Ch= artLine object representing the leader lines in the pie chart.

ShowLeaderLines

Sets or returns whether lines from the slices to= their data labels will be shown.

SizeOfCenterHole

Sets or returns the size of the center hole of a= doughnut chart as a percentage of the doughnut size.

SlicesDistanceFromCenter

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

UseDefaultSplitValue

Sets or returns whether the two parts of the bar= of pie or pie of pie chart will be split using the default value, which is= determined by Excel.
=20

Nested Classes

=20
=20 =20 =20 =20 =20 =20 =20 =20 =20

Name

Description

BopPopSplit

A BobPopSplit value determines what type of valu= es will be included in the bar of a bar of pie chart, or second pie of a pi= e of pie chart.
------=_Part_9394_285589715.1711690102450--