Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Creates a new, blank chart of the specified type.

Signature
C#C#
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}{signature:vb.net
vb.net
}
Public Function CreateChart(ByVal type As ChartType, ByVal cornerTopLeft As Anchor) As Chart
Parameters
Param
typetype

The type of chart to create.

Param
cornerTopLeftcornerTopLeft

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

Returns
a new 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}