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

Create a new ChartText object with the specified string as its text. The new object is automatically added to the ChartTextCollection.

Signature
C#
C#
 public abstract ChartText CreateChartText(System.String text)
Signature
vb.net
vb.net
Public MustOverride Function CreateChartText(ByVal text As String) As ChartText
Parameters
Param
text
text

The text to display in the new ChartText object.

Returns

A new ChartText object.