Version

ChartTextCollection Class Members

The following tables list the members exposed by ChartTextCollection.

Public Constructors
 NameDescription
Public ConstructorChartTextCollection ConstructorChartTextCollection constructor.  
Public Properties
 NameDescription
Public PropertyChartComponentThe chart component which owns this ChartTextcollection.  
Public PropertyCountGets the number of ChartTextAppearance objects contained in the ChartTextCollection.  
Public PropertyIsSynchronizedGets an indicator of whether access to ChartTextCollection is thread-safe.  
Public PropertyItemProvides access to contained ChartTextAppearance objects by index.  
Public PropertySyncRootGets an object that can be used in synchronizing access to ChartTextCollection.  
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