[]
        
(Showing Draft Content)

C1.Win.C1Chart.LabelsCollection

LabelsCollection Class

Contains all of the chart labels defined for a particular chart.

Inheritance
LabelsCollection
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.4.8.dll
Syntax
public class LabelsCollection : CollectionBase, IList, ICollection, IEnumerable

Constructors

Name Description
LabelsCollection()

Creates a new instance of LabelsCollection class.

LabelsCollection(ChartLabels)

Creates a new instance of LabelsCollection class.

Properties

Name Description
this[int]

Gets the specified label from the collection by numeric index.

this[string]

Gets the specified label from the collection by name.

Methods

Name Description
AddNewLabel()

Creates a new label and appends it to the collection.

IndexOf(Label)

Determines the index of a specific item in the LabelsCollection.

InsertNewLabel(int)

Creates a new label and inserts it into the collection at the specified index.

OnClear()
OnClearComplete()
OnInsert(int, object)
OnInsertComplete(int, object)
OnRemove(int, object)
Remove(Label)

Removes the label specified.

RemoveAll()

Removes all objects from the LabelsCollection.