[]
Represents collection of Chart3DLabels.
public class Chart3DLabelsCollection : CollectionBase, IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| this[int] | Gets or sets the specified label from the collection by numerical index. |
| this[string] | Gets the first occurrence of the label with the specified name. |
| Name | Description |
|---|---|
| Add(Chart3DLabel) | Adds a Chart3DLabel object to the collection. |
| Add(string) | Adds a Chart3DLabel object with the specified text to the collection. |
| AddNewLabel() | Creates a new label and appends it to the collection. |
| Contains(Chart3DLabel) | Determines whether the specified Chart3DLabel exists in the collection. |
| CopyTo(Chart3DLabel[], int) | Copies the collection Chart3DLabel elements beginning with the specified index to an array of Chart3DLabel objects. |
| IndexOf(Chart3DLabel) | Gets the index of the specified Chart3DLabel in the collection. |
| Insert(int, Chart3DLabel) | Adds a Chart3DLabel object to the collection at the specified index. |
| InsertNewLabel(int) | Creates a new label and inserts it into the collection at the specified index. |
| OnClear() | |
| OnClearComplete() | |
| OnInsert(int, object) | |
| OnInsertComplete(int, object) | |
| OnRemove(int, object) | |
| Remove(Chart3DLabel) | Removes the specified Chart3DLabel from the collection. |