The following tables list the members exposed by ChartTextCollection.
Name | Description | |
---|---|---|
ChartTextCollection Constructor | ChartTextCollection constructor. |
Name | Description | |
---|---|---|
ChartComponent | The chart component which owns this ChartTextcollection. | |
Count | Gets the number of ChartTextAppearance objects contained in the ChartTextCollection. | |
IsSynchronized | Gets an indicator of whether access to ChartTextCollection is thread-safe. | |
Item | Provides access to contained ChartTextAppearance objects by index. | |
SyncRoot | Gets an object that can be used in synchronizing access to ChartTextCollection. |
Name | Description | |
---|---|---|
Add | Adds a ChartTextAppearance to this collection. | |
Clear | Removes all ChartTextAppearance objects from the collection. | |
Clone | Creates and returns a copy of this ChartTextCollection. | |
Contains | Tests whether the ChartTextCollection contains a given ChartTextAppearance object. | |
CopyTo | Copies the ChartTextAppearance objects in ChartTextCollection into a user-supplied array. | |
GetEnumerator | Gets an Enumerator object for iterating through ChartTextCollection. | |
IndexOf | Provides the index of a given ChartTextAppearance, if ChartTextCollection contains it. | |
Insert | Adds a ChartTextAppearance to this collection. | |
Remove | Removes a ChartTextAppearance if it is contained by the ChartTextCollection. | |
RemoveAt | Deletes the ChartTextAppearance object at a given index. | |
SetComponent | Sets the component in context for this object and its dependent objects. |