Description
The ChartTextCollection contains all ChartText objects in the specified chart..
C#
[DefaultMember( "Item" )] public abstract interface ChartTextCollection |
vb.net
<DefaultMember( "Item" )> _ Public MustInherit Interface ChartTextCollection End Interface |
Properties
Indexers
Name |
Description |
---|---|
Returns the ChartText object at the specified index. |
Methods
Name |
Description |
---|---|
Adds an existing ChartText object to this ChartTextCollection. | |
Create a new blank ChartText object which is automatically added to the ChartTextCollection. | |
Create a new ChartText object with the specified string as its text. The new object is automatically added to the ChartTextCollection. | |
Permanently removes a ChartText object from the collection. | |
Permanently removes a ChartText object from the collection. |