[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DContourStylesCollection

Chart3DContourStylesCollection Class

Stores Chart3DContourStyle objects.

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

Properties

Name Description
this[int]

Gets the specified Chart3DStyle by numeric index.

Methods

Name Description
Add(Chart3DContourStyle)

Add specified contour style to the collection.

Contains(Chart3DContourStyle)

Determines whether the specified Chart3DContourStyle exists in the collection.

CopyTo(Chart3DContourStyle[], int)

Copies the collection Chart3DContourStyle elements beginning with the specified index to an array of Chart3DContourStyle objects.

IndexOf(Chart3DContourStyle)

Gets the index of the specified Chart3DContourStyle in the collection.

Insert(int, Chart3DContourStyle)

Adds a Chart3DContourStyle object to the collection at the specified index.

OnInsertComplete(int, object)
OnRemoveComplete(int, object)
Remove(Chart3DContourStyle)

Removes a Chart3DContourStyle object from the collection.