[]
Collection of axis labels.
public class Chart3DAxisLabelsCollection : NotifiersCollection, IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| Chart3DAxisLabelsCollection() | Initializes a new instance of the Chart3DAxisLabelsCollection class. |
| Name | Description |
|---|---|
| this[int] | Gets or sets the specified label from the collection by numeric index. |
| this[string] | Gets gets a label by its text value. |
| Name | Description |
|---|---|
| Add(Chart3DAxisLabel) | Add the specified label to the collection. |
| Add(double, string) | Creates a new label with specified value and text and appends it to the collection. |
| AddNewLabel() | Creates a new label and appends it to the collection. |
| Contains(Chart3DAxisLabel) | Determines whether the specified label exists in the collection. |
| CopyTo(Chart3DAxisLabel[], int) | Copies the collection of labels objects beginning with the specified index to an array of labels. |
| IndexOf(Chart3DAxisLabel) | Determines the index of the specified label of the collection. |
| Insert(int, Chart3DAxisLabel) | Inserts the specified label at the specified index of the collection. |
| Remove(Chart3DAxisLabel) | Removes the specified label from the collection. |