[]
Inserts an axis into the collection at the specified index.
public void Insert(int index, RadarValueAxis item)
Public Sub Insert(index As Integer, item As RadarValueAxis)
Type | Name | Description |
---|---|---|
int | index | Index at which item should be inserted. |
RadarValueAxis | item | Axis. |
Type | Condition |
---|---|
ArgumentNullException | item is a null reference (Nothing in VB). |