[]
The collection of AxisScrollBar.ScaleMenuItem elements.
public class AxisScrollBar.ScaleMenuItemCollection : CollectionBase, IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| ScaleMenuItemCollection() | Creates a new instance of AxisScrollBar.ScaleMenuItemCollection class. |
| Name | Description |
|---|---|
| this[int] | Gets or sets the AxisScrollBar.ScaleMenuItem at the specified index. |
| 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. |