[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartValueLabelsCollection

ChartValueLabelsCollection Class

Represents a collection of axis value labels.

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

Constructors

Name Description
ChartValueLabelsCollection()

Methods

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.