Version

ChartTextCollection Class Methods

For a list of all members of this type, see ChartTextCollection members.

Public Methods
 NameDescription
Public MethodAddAdds a ChartTextAppearance to this collection.  
Public MethodClearRemoves all ChartTextAppearance objects from the collection.  
Public MethodCloneCreates and returns a copy of this ChartTextCollection.  
Public MethodContainsTests whether the ChartTextCollection contains a given ChartTextAppearance object.  
Public MethodCopyToCopies the ChartTextAppearance objects in ChartTextCollection into a user-supplied array.  
Public MethodGetEnumeratorGets an Enumerator object for iterating through ChartTextCollection.  
Public MethodIndexOfProvides the index of a given ChartTextAppearance, if ChartTextCollection contains it.  
Public MethodInsertAdds a ChartTextAppearance to this collection.  
Public MethodRemoveRemoves a ChartTextAppearance if it is contained by the ChartTextCollection.  
Public MethodRemoveAtDeletes the ChartTextAppearance object at a given index.  
Public MethodSetComponentSets the component in context for this object and its dependent objects.  
See Also