[]
Gets the specified Axis from the collection by numeric index.
public Chart3DAxis this[int index] { get; }
| Type | Name | Description |
|---|---|---|
| int | index |
Gets the specified Axis from the collection by string.
public Chart3DAxis this[string name] { get; }
| Type | Name | Description |
|---|---|---|
| string | name |