[]
Gets or sets the specified label from the collection by numeric index.
public Chart3DAxisLabel this[int index] { get; set; }
| Type | Name | Description |
|---|---|---|
| int | index |
Gets gets a label by its text value.
public Chart3DAxisLabel this[string text] { get; }
| Type | Name | Description |
|---|---|---|
| string | text |