[]
Represents collection of point series.
public class Chart3DPointSeriesCollection : CollectionBase, IList, ICollection, IEnumerable
Name | Description |
---|---|
this[int] | Gets the specified series from the collection by numeric index. |
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. |