[]
Contains all of the chart labels defined for a particular chart.
public class LabelsCollection : CollectionBase, IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| LabelsCollection() | Creates a new instance of LabelsCollection class. |
| LabelsCollection(ChartLabels) | Creates a new instance of LabelsCollection class. |
| Name | Description |
|---|---|
| this[int] | Gets the specified label from the collection by numeric index. |
| this[string] | Gets the specified label from the collection by name. |
| Name | Description |
|---|---|
| AddNewLabel() | Creates a new label and appends it to the collection. |
| IndexOf(Label) | Determines the index of a specific item in the LabelsCollection. |
| 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(Label) | Removes the label specified. |
| RemoveAll() | Removes all objects from the LabelsCollection. |