[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DColorsCollection

Chart3DColorsCollection Class

Stores colors.

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

Properties

Name Description
this[int]

Gets or sets the specified Color by numeric index.

Methods

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.