Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}Creates a copy of the specified chart and adds it to the current worksheet. 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{excerpt}
{signature:C#}
 public void AddChart(Chart chart, Anchor cornerTopLeft)
{signature}{signature:vb.net}
Public Sub AddChart(ByVal chart As Chart, ByVal cornerTopLeft As Anchor)
{signature}
{parameters}
{param:chart}The new Chart to add to the workbook.{param}
{param:cornerTopLeft}The location on the new worksheet to anchor the upper left corner of the chart.{param}