[]
Gets axis.
public AxisBase this[int index] { get; set; }
| Type | Name | Description |
|---|---|---|
| int | index |
Gets the AxisBase with the specified axis name.
public AxisBase this[string axisName] { get; }
| Type | Name | Description |
|---|---|---|
| string | axisName | Name of the axis. |
| Type | Description |
|---|---|
| AxisBase | AxisBase. |