[]
Gets the specified Axis from the collection by numeric index.
public Chart3DAxis this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As Chart3DAxis
| Type | Name | Description |
|---|---|---|
| int | index |
Gets the specified Axis from the collection by string.
public Chart3DAxis this[string name] { get; }
Public ReadOnly Default Property Item(name As String) As Chart3DAxis
| Type | Name | Description |
|---|---|---|
| string | name |