Page tree

Versions Compared

Key

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

Excerpt

Create a new blank ChartText object which is automatically added to the ChartTextCollection.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Create a new blank [ChartText|ChartText] object which is automatically added to the [ChartTextCollection|ChartTextCollection].{excerpt}
{signature:C#}
 public abstract ChartText CreateChartText()
Signature
{signature}{signature:vb.net
vb.net
}
Public MustOverride Function CreateChartText() As ChartText
Returns
A new ChartText object.
{signature}
{returns}A new {{ChartText}} object.{returns}