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}The [ChartTextCollection|ChartTextCollection] contains all [ChartText|ChartText] objects in the specified chart..{excerpt}
{signature:C#}
[DefaultMember("Item")]
 public abstract interface ChartTextCollection
{signature}{signature:vb.net}
<DefaultMember("Item")> _
	Public MustInherit Interface ChartTextCollection
	End Interface
{signature}
{properties}
||Name||Description||
|[Count|ChartTextCollection.Count]|{excerpt-include:ChartTextCollection.Count|nopanel=true}|
{indexers}
||Name||Description||
|[Item(Int32)|ChartTextCollection.Item(Int32)]|{excerpt-include:ChartTextCollection.Item(Int32)|nopanel=true}|
{methods}
||Name||Description||
|[AddChartText(ChartText)|ChartTextCollection.AddChartText(ChartText)]|{excerpt-include:ChartTextCollection.AddChartText(ChartText)|nopanel=true}|
|[CreateChartText()|ChartTextCollection.CreateChartText()]|{excerpt-include:ChartTextCollection.CreateChartText()|nopanel=true}|
|[CreateChartText(String)|ChartTextCollection.CreateChartText(String)]|{excerpt-include:ChartTextCollection.CreateChartText(String)|nopanel=true}|
|[Remove(ChartText)|ChartTextCollection.Remove(ChartText)]|{excerpt-include:ChartTextCollection.Remove(ChartText)|nopanel=true}|
|[Remove(Int32)|ChartTextCollection.Remove(Int32)]|{excerpt-include:ChartTextCollection.Remove(Int32)|nopanel=true}|