[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.Chart3DDataLabelsCollection

Chart3DDataLabelsCollection Class

Represents a collection of Chart3DDataLabel objects.

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

Constructors

Name Description
Chart3DDataLabelsCollection()

Methods

Name Description
Add(Chart3DDataLabel)

Adds an existing data label to the collection.

AddNewLabel()

Adds a new data label into the collection.

Clear()

Removes all items from the collection.

Remove(Chart3DDataLabel)

Removes an existing data label from the collection.

RemoveAt(int)

Removes the data label at the specific index.