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