[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DAxisLabelsCollection

Chart3DAxisLabelsCollection Class

Collection of axis labels.

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

Constructors

Name Description
Chart3DAxisLabelsCollection()

Initializes a new instance of the Chart3DAxisLabelsCollection class.

Properties

Name Description
this[int]

Gets or sets the specified label from the collection by numeric index.

this[string]

Gets gets a label by its text value.

Methods

Name Description
Add(Chart3DAxisLabel)

Add the specified label to the collection.

Add(double, string)

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

AddNewLabel()

Creates a new label and appends it to the collection.

Contains(Chart3DAxisLabel)

Determines whether the specified label exists in the collection.

CopyTo(Chart3DAxisLabel[], int)

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

IndexOf(Chart3DAxisLabel)

Determines the index of the specified label of the collection.

Insert(int, Chart3DAxisLabel)

Inserts the specified label at the specified index of the collection.

Remove(Chart3DAxisLabel)

Removes the specified label from the collection.