[]
Stores colors.
public class Chart3DColorsCollection : CollectionBase, IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| this[int] | Gets or sets the specified Color by numeric index. |
| Name | Description |
|---|---|
| Add(Color) | Add new Color to the collection. |
| Contains(Color) | Determines if the specified Color is in the collection. |
| CopyTo(Color[], int) | Copies the collection Color elements beginning with the specified index to an array of Color. |
| IndexOf(Color) | Gets the index of the specified Color in the collection. |
| Insert(int, Color) | Inserts the specified Color at the specified index of the collection. |
| OnInsertComplete(int, object) | |
| OnRemoveComplete(int, object) | |
| OnSetComplete(int, object, object) | |
| Remove(Color) | Removes the specified Color from the collection. |