[]
The ChartGroupsCollection contains one ChartGroup object.
public class Chart3DGroupsCollection : ReadOnlyCollectionBase, ICollection, IEnumerable
Name | Description |
---|---|
this[int] | Gets the specified Chart3DGroup by numeric index. |
Name | Description |
---|---|
Contains(Chart3DGroup) | Determines whether the specified Chart3DGroup exists in the collection. |
CopyTo(Chart3DGroup[], int) | Copies the collection Chart3DGroup elements beginning with the specified index to an array of Chart3DGroup objects. |
IndexOf(Chart3DGroup) | Gets the index of the specified Chart3DGroup in the collection. |