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
Description

Excerpt

Creates a new, blank chart of the specified type.

Signature
C#
C#
 public Chart CreateChart(ChartType type, Anchor cornerTopLeft)
Signature
vb.net
vb.net
Public Function CreateChart(ByVal type As ChartType, ByVal cornerTopLeft As Anchor) As Chart
Parameters
Param
type
type

The type of chart to create.

Param
cornerTopLeft
cornerTopLeft

An Anchor representing the top left corner of the chart's position.

Returns

a new Chart.