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}{signature:
}
Signature
vb.net
vb.net
Public Function CreateChart(ByVal type As ChartType, ByVal cornerTopLeft As Anchor) As Chart
{signature}
{parameters}
{param:type}The type of chart to create.{param}
{param:cornerTopLeft}An [Anchor|Anchor] representing the top left corner of the chart's position.{param}
{returns}a new Chart.{returns}
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.