[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartLabelsCollection

ChartLabelsCollection Class

Contains all chart labels defined for a particular chart.

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

Methods

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.