[]
Stores BarColor objects.
public class BarColorCollection : NotifiersCollection, IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| this[int] | Gets the specified BarColor from the collection by numeric index. |
| Name | Description |
|---|---|
| Add(BarColor) | Adds a BarColor object to the collection. |
| Contains(BarColor) | Determines whether the specified BarColor exists in the collection. |
| CopyTo(BarColor[], int) | Copies the collection BarColor elements beginning with the specified index to an array of BarColor objects. |
| IndexOf(BarColor) | Gets the index of the specified BarColor in the collection. |
| Insert(int, BarColor) | Adds a BarColor object to the collection at the specified index. |
| Remove(BarColor) | Removes a BarColor object from the collection. |