[]
Stores Chart3DContourLevel objects.
public class Chart3DContourLevelsCollection : CollectionBase, IList, ICollection, IEnumerable
Name | Description |
---|---|
this[int] | Gets the specified Chart3DContourLevel by numeric index. |
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. |