[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartLabelsCollection

ChartLabelsCollection Class

Contains all chart labels defined for a particular chart.

Inheritance
ChartLabelsCollection
Namespace: C1.Win.FlexReport.Chart
Assembly: C1.Win.FlexReport.4.8.dll
Syntax
public class ChartLabelsCollection : ChartObjectCollection<ChartLabel>, ICollection<ChartLabel>, IEnumerable<ChartLabel>, IList, ICollection, IEnumerable
Public Class ChartLabelsCollection
    Inherits ChartObjectCollection(Of ChartLabel)
    Implements ICollection(Of ChartLabel), IEnumerable(Of ChartLabel), IList, ICollection, IEnumerable

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.