[]
Represents a collection of Chart2DValueLabel objects used to define the appearance of the value labels for the X, Y, and Y2 axes of the chart area.
public class Chart2DValueLabelsCollection : ChartObjectCollection<Chart2DValueLabel>, ICollection<Chart2DValueLabel>, IEnumerable<Chart2DValueLabel>, IList, ICollection, IEnumerable, IC1SerializableCollection
Name | Description |
---|---|
Chart2DValueLabelsCollection() |
Name | Description |
---|---|
Add(Chart2DValueLabel) | Add an existing value label into the collection. |
AddNewLabel() | Add a new value label into the collection. |
Clear() | Remove all items from the collection. |
Remove(Chart2DValueLabel) | Remove an existing value label from the collection. |
RemoveAt(int) | Remove the value label at the specific index. |