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}Adds an existing [ChartText|ChartText] object to this [ChartTextCollection|ChartTextCollection].{excerpt}
{signature:C#}
 public abstract void AddChartText(ChartText text)
{signature}{signature:vb.net}
Public MustOverride Sub AddChartText(ByVal text As ChartText)
{signature}
{parameters}
{param:text}The {{ChartText}} object to add.{param}