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