[]
Gets or sets the specified label from the collection by numeric index.
public Chart3DAxisLabel this[int index] { get; set; }
Public Default Property Item(index As Integer) As Chart3DAxisLabel
| Type | Name | Description |
|---|---|---|
| int | index |
Gets gets a label by its text value.
public Chart3DAxisLabel this[string text] { get; }
Public ReadOnly Default Property Item(text As String) As Chart3DAxisLabel
| Type | Name | Description |
|---|---|---|
| string | text |