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