[]
Represents a collection of axis value labels.
public class ChartValueLabelsCollection : ChartObjectCollection<ChartValueLabel>, ICollection<ChartValueLabel>, IEnumerable<ChartValueLabel>, IList, ICollection, IEnumerable, IC1SerializableCollection
| Name | Description |
|---|---|
| ChartValueLabelsCollection() |
| Name | Description |
|---|---|
| Add(ChartValueLabel) | Adds an existing value label into the collection. |
| AddNewLabel() | Adds a new value label into the collection. |
| Clear() | Removes all items from the collection. |
| Remove(ChartValueLabel) | Removes an existing value label from the collection. |
| RemoveAt(int) | Removes the value label at the specific index. |