Message-ID: <1102941994.9621.1711696814869.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_9620_1594802543.1711696814869" ------=_Part_9620_1594802543.1711696814869 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Charts.AddChart(Chart, Anchor)

Charts.AddChart(Chart, Anchor)

Description=20

Creates a copy of the specified chart and adds it to the current workshe= et. This method allows you to add a chart from an external workbook to the = worksheet, or to duplicate a chart within a single workbook. The properties= and settings on the original chart will be preserved

=20
C#
=20
 public void AddChart(Chart chart, Anchor cornerTopLeft)
=20
=20
vb.net
=20
Public Sub AddChart(ByVal chart As Chart, ByVal cornerTopLeft As Anchor)
=20
=20

Parameters

=20
chart
The new Chart to = add to the workbook.=20
cornerTopLeft
T= he location on the new worksheet to anchor the upper left corner of the cha= rt.
------=_Part_9620_1594802543.1711696814869--