[]
Represents a collection of colors.
public class Chart3DColorsCollection : CollectionBase, IList, ICollection, IEnumerable
Public Class Chart3DColorsCollection
Inherits CollectionBase
Implements IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| this[int] | Gets or sets the specified Color by numeric index. |
| Name | Description |
|---|---|
| Add(Color) | Adds a 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 in the collection. |
| OnInsertComplete(int, object) | |
| OnRemoveComplete(int, object) | |
| OnSetComplete(int, object, object) | |
| Remove(Color) | Removes the specified Color from the collection. |
| Name | Description |
|---|---|
| ColorsChanged | Occurs when the collection is changed. |