[]
        
(Showing Draft Content)

C1.Win.C1Chart.ValueLabelsCollection

ValueLabelsCollection Class

Represents a collection of ValueLabels objects used to define the appearance of the ValueLabels for the X, Y, and Y2 objects of the ChartArea.

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

Constructors

Name Description
ValueLabelsCollection()

Creates a new instance of ValueLabelsCollection class.

ValueLabelsCollection(iNotifyChanges)

Creates a new instance of ValueLabelsCollection class.

Properties

Name Description
Count

Gets the item count of the collection.

this[DateTime]

Gets the specified value label with the matching DateTime value.

this[double]

Gets the specified label from the collection with the matching numeric value.

this[int]

Gets the specified label from the collection by numeric index.

this[string]

Gets the specified value label with the matching text.

Methods

Name Description
Add(ValueLabel)

Adds specified label.

Add(object, string)

Adds new label and accepts initialization parameters.

AddNewLabel()

Adds a new empty label.

OnInsert(int, object)
OnInsertComplete(int, object)
OnRemoveComplete(int, object)
OnSet(int, object, object)