[]
        
(Showing Draft Content)

C1.Win.C1Chart.AxisScrollBar.ScaleMenuItemCollection

AxisScrollBar.ScaleMenuItemCollection Class

The collection of AxisScrollBar.ScaleMenuItem elements.

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

Constructors

Name Description
ScaleMenuItemCollection()

Creates a new instance of AxisScrollBar.ScaleMenuItemCollection class.

Properties

Name Description
this[int]

Gets or sets the AxisScrollBar.ScaleMenuItem at the specified index.

Methods

Name Description
Add(ScaleMenuItem)

Adds an AxisScrollBar.ScaleMenuItem to the collection.

Add(double, string)

Adds an AxisScrollBar.ScaleMenuItem to the collection.

Contains(ScaleMenuItem)

Determines whether the collection contains a specific AxisScrollBar.ScaleMenuItem value.

CopyTo(ScaleMenuItem[], int)

Copies the elements of the collection to an System.Array, starting at a particular array index.

IndexOf(ScaleMenuItem)

Determines the index of a specific item in the collection.

Insert(int, ScaleMenuItem)

Inserts an AxisScrollBar.ScaleMenuItem to the collection at the specified index.

Remove(ScaleMenuItem)

Removes the first occurrence of a specific AxisScrollBar.ScaleMenuItem object from the collection.