[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DDataLabelsCollection

Chart3DDataLabelsCollection Class

Collection of Chart3DDataLabel objects.

Inheritance
NotifiersCollection
Chart3DDataLabelsCollection
Namespace: C1.Win.C1Chart3D
Assembly: C1.Win.C1Chart3D.4.8.dll
Syntax
public class Chart3DDataLabelsCollection : NotifiersCollection, IList, ICollection, IEnumerable

Properties

Name Description
this[int]

Gets or sets the specified Chart3DDataLabel by numeric index.

this[string]

Gets a Chart3DDataLabel by its text value.

Methods

Name Description
Add(Chart3DDataLabel)

Adds specified label to the collection.

Add(int, string)

Creates a new label with specified index and text and appends it to the collection.

AddNewLabel()

Creates a new Chart3DDataLabel and appends it to the collection.

Contains(Chart3DDataLabel)

Determines whether the specified Chart3DDataLabel exists in the collection.

CopyTo(Chart3DDataLabel[], int)

Copies the collection Chart3DDataLabel elements beginning with the specified index to an array of Chart3DDataLabel objects.

IndexOf(Chart3DDataLabel)

Gets the index of the specified Chart3DDataLabel in the collection.

Insert(int, Chart3DDataLabel)

Adds a Chart3DDataLabel object to the collection at the specified index.

Remove(Chart3DDataLabel)

Removes a Chart3DDataLabel object from the collection.

ToString()

Returns a string that represents the current Chart3DDataLabelsCollection.