[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.Chart2DValueLabelsCollection

Chart2DValueLabelsCollection Class

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.

Inheritance
Chart2DValueLabelsCollection
Namespace: C1.Win.FlexReport.Chart
Assembly: C1.Win.FlexReport.8.dll
Syntax
public class Chart2DValueLabelsCollection : ChartObjectCollection<Chart2DValueLabel>, ICollection<Chart2DValueLabel>, IEnumerable<Chart2DValueLabel>, IList, ICollection, IEnumerable, IC1SerializableCollection

Constructors

Name Description
Chart2DValueLabelsCollection()

Methods

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.