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

SettingsPieDoughnut.BopPopSeriesLines

Descri= ption

=20

Returns a ChartLine object repre= senting the series lines from the main pie chart to the secondary chart in = a bar of pie or pie of pie chart.

=20
C#
=20
 public ChartLine BopPopSeriesLines{ get; }
=20
=20
vb.net
=20
Public ReadOnly Property BopPopSeriesLines() As ChartLine
=20
=20

Remarks

=20

This defaults to a ChartLine with the properties set as below, when crea= ting a new Bar of Pie or Pie of Pie series:
Visible =3D true,
S= tyle =3D ChartLine.LineStyle.Solid,
Weight =3D ChartLine.LineWeight.N= arrow for xlsx, ChartLine.LineWeight.Hair for xls,
Color =3D Color.Sy= stemColor.AutomaticLine

=20

This property is linked for series in the same group. See SettingsPieDoughnut fo= r more information on how linking works.
For series that are not Bar = Of Pie or Pie of Pie series, the in-code behavior is undefined, but changin= g the properties on this ChartLine will have no effect on the output.

------=_Part_10006_222236064.1711709023403--