[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.Chart3DColorsCollection

Chart3DColorsCollection Class

Represents a collection of colors.

Inheritance
Chart3DColorsCollection
Namespace: C1.Win.FlexReport.Chart
Assembly: C1.Win.FlexReport.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)

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.

Events

Name Description
ColorsChanged

Occurs when the collection is changed.