[]
Represents a collection of ValueLabels objects used to define the appearance of the ValueLabels for the X, Y, and Y2 objects of the ChartArea.
public class ValueLabelsCollection : CollectionBase, IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| ValueLabelsCollection() | Creates a new instance of ValueLabelsCollection class. |
| ValueLabelsCollection(iNotifyChanges) | Creates a new instance of ValueLabelsCollection class. |
| Name | Description |
|---|---|
| Count | Gets the item count of the collection. |
| this[DateTime] | Gets the specified value label with the matching DateTime value. |
| this[double] | Gets the specified label from the collection with the matching numeric value. |
| this[int] | Gets the specified label from the collection by numeric index. |
| this[string] | Gets the specified value label with the matching text. |
| Name | Description |
|---|---|
| Add(ValueLabel) | Adds specified label. |
| Add(object, string) | Adds new label and accepts initialization parameters. |
| AddNewLabel() | Adds a new empty label. |
| OnInsert(int, object) | |
| OnInsertComplete(int, object) | |
| OnRemoveComplete(int, object) | |
| OnSet(int, object, object) |