[]
Contains all chart labels defined for a particular chart.
public class ChartLabelsCollection : ChartObjectCollection<ChartLabel>, ICollection<ChartLabel>, IEnumerable<ChartLabel>, IList, ICollection, IEnumerable, IC1SerializableCollection
| Name | Description |
|---|---|
| Add(ChartLabel) | Adds an existing chart label to the collection. |
| AddNewLabel() | Adds a new chart label to the collection. |
| Clear() | Remove all items from the collection. |
| Remove(ChartLabel) | Removes an existing chart label from the collection. |
| RemoveAt(int) | Removes the chart label at the specific index. |