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