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