[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DContourLevelsCollection

Chart3DContourLevelsCollection Class

Stores Chart3DContourLevel objects.

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

Properties

Name Description
this[int]

Gets the specified Chart3DContourLevel by numeric index.

Methods

Name Description
Add(Chart3DContourLevel)

Add specified contour level to the collection.

Add(double)

Add new contour level with specified value to the collection.

Contains(Chart3DContourLevel)

Determines whether the specified Chart3DContourLevel exists in the collection.

CopyTo(Chart3DContourLevel[], int)

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

IndexOf(Chart3DContourLevel)

Gets the index of the specified Chart3DContourLevel in the collection.

Insert(int, Chart3DContourLevel)

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

OnInsertComplete(int, object)
Remove(Chart3DContourLevel)

Remove specified Chart3DContourLevel object from the collection.

Remove(double)

Remove contour level with specified value from the collection.