[]
Gets the axis at the specified index.
public ValueAxis this[int index] { get; set; }
Public Default Property Item(index As Integer) As ValueAxis
| Type | Name | Description |
|---|---|---|
| int | index | Index of axis. |
| Type | Condition |
|---|---|
| ArgumentNullException | value is a null reference (Nothing in VB). |