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