[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.BarColorCollection

BarColorCollection Class

Stores BarColor objects.

Inheritance
NotifiersCollection
BarColorCollection
Namespace: C1.Win.C1Chart3D
Assembly: C1.Win.C1Chart3D.4.8.dll
Syntax
public class BarColorCollection : NotifiersCollection, IList, ICollection, IEnumerable

Properties

Name Description
this[int]

Gets the specified BarColor from the collection by numeric index.

Methods

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.