[]
Represents a collection of Chart3DBarColor objects.
public class Chart3DBarColorsCollection : ChartObjectCollection<Chart3DBarColor>, ICollection<Chart3DBarColor>, IEnumerable<Chart3DBarColor>, IList, ICollection, IEnumerable, IC1SerializableCollection
| Name | Description |
|---|---|
| Chart3DBarColorsCollection() |
| Name | Description |
|---|---|
| Add(Chart3DBarColor) | Adds an existing bar color to the collection. |
| AddNewColor() | Adds a new bar color to the collection. |
| Clear() | Removes all items from the collection. |
| Remove(Chart3DBarColor) | Removes an existing bar color from the collection. |
| RemoveAt(int) | Removes the bar color at the specific index. |