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

 public abstract ChartText CreateChartText(System.String text)
Public MustOverride Function CreateChartText(ByVal text As String) As ChartText

The text to display in the new ChartText object.

A new ChartText object.