[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DPointSeriesCollection

Chart3DPointSeriesCollection Class

Represents collection of point series.

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

Properties

Name Description
this[int]

Gets the specified series from the collection by numeric index.

Methods

Name Description
Add(Chart3DPointSeries)

Adds a Chart3DpointSeries object to the collection.

AddRange(Chart3DPointSeries[])

Adds array of series to the end of the collection.

Contains(Chart3DPointSeries)

Determines whether the specified Chart3DPointSeries exists in the collection.

CopyTo(Chart3DPointSeries[], int)

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

IndexOf(Chart3DPointSeries)

Gets the index of the specified Chart3DPointSeries in the collection.

Insert(int, Chart3DPointSeries)

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

OnClearComplete()
OnInsert(int, object)
OnInsertComplete(int, object)
OnRemove(int, object)
OnRemoveComplete(int, object)
Remove(Chart3DPointSeries)

Removes a Chart3PointSeries object from the collection.

RemoveRange(int, int)

Removes a range of elements from the collection.