Click or drag to resize

ChartPartCollection Methods

The ChartPartCollection type exposes the following members.

Methods
 NameDescription
Public methodAdd Adds an ChartPart to the collection
Public methodAddNew Creates and adds an empty ChartPart to the collection
Public methodClear Removes all ChartPart items from the collection
Public methodContains Checks whether the specified ChartPart-item exists in the collection.
Public methodCopyTo Copies the elements of this collection to an Array, starting at a particular Array index.
Public methodCreateChartPart Creates an empty ChartPart
Public methodGetEnumerator Returns an enumerator that iterates through a collection.
Public methodIndexOf Returns the index of the specified ChartPart in the collection
Public methodRemove Removes a ChartPart from the collection
Public methodRemoveAt Removes the ChartPart at the specified index from the collection
Top
See Also