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 new, blank chart of the specified type.{excerpt}
{signature:C#}
 public Chart CreateChart(ChartType type, Anchor cornerTopLeft)
{signature}{signature: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}