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