[]
Adds specified label to the collection.
public int Add(Chart3DDataLabel label)
| Type | Name | Description |
|---|---|---|
| Chart3DDataLabel | label | The Chart3DDataLabel to add. |
| Type | Description |
|---|---|
| int | An integer indicating the index of the collection to which the Chart3DDataLabel was added. |
Creates a new label with specified index and text and appends it to the collection.
public int Add(int index, string text)
| Type | Name | Description |
|---|---|---|
| int | index | Label index. |
| string | text | Label text. |
| Type | Description |
|---|---|
| int | An integer indicating the index of the collection to which the Chart3DDataLabel was added. |