[]
Gets or sets the specified label from the collection by numerical index.
public Chart3DLabel this[int index] { get; set; }
| Type | Name | Description |
|---|---|---|
| int | index |
Gets the first occurrence of the label with the specified name.
public Chart3DLabel this[string name] { get; }
| Type | Name | Description |
|---|---|---|
| string | name |