ChartObjectCollection<T> Class Members
In This Topic
The following tables list the members exposed by ChartObjectCollection<T>.
Public Properties
| Name | Description |
| Count | Gets the number of elements in the collection. |
| Item | Gets the element at the specified index. |
Top
Public Methods
| Name | Description |
| AssignFrom | Assigns (copies) items from another ChartObjectCollection to the current collection. |
| Contains | Determines whether the collection contains a specific item. |
| CopyTo | Copies the elements of the collection to an System.Array, starting at a particular array index. |
| IndexOf | Gets the index of the element. |
Top
Public Events
See Also