[]
Labels collection
public sealed class LabelsCollection : IList, ICollection, IEnumerable, IGraphItem, ICloneable
Name | Description |
---|---|
Count | Gets the number of items in collection |
this[int] | TBW |
Name | Description |
---|---|
Add(string) | Adds label to the collection |
AddRange(string[]) | Adds a set of labels to the current collection |
Clear() | Removes all labels from collection |
Clone() | Clones current object |
Contains(string) | Determines whether the Collection contains the given element |
CopyTo(CustomAxis[], int) | TBW |
GetLabels() | Gets a string array of the labels in the collection. |
IndexOf(string) | Returns the index of the first occurrence of a value in the collection. |
Insert(int, string) | Inserts an element into the collection at the specified index. |
Remove(string) | Removes the first occurrence of a specific object from the collection. |
RemoveAt(int) | Removes the element at the specified index |