[]
Gets or sets 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 first occurrence of the label with the specified name.
public Chart3DLabel this[string name] { get; }
Public ReadOnly Default Property Item(name As String) As Chart3DLabel
| Type | Name | Description |
|---|---|---|
| string | name |