[]
Adds a Chart3DLabel object to the collection.
public int Add(Chart3DLabel label)
Public Function Add(label As Chart3DLabel) As Integer
| Type | Name | Description |
|---|---|---|
| Chart3DLabel | label | The Chart3DLabel to add. |
| Type | Description |
|---|---|
| int | An integer indicating the index of the added Chart3DLabel. |
Adds a Chart3DLabel object with the specified text to the collection.
public int Add(string text)
Public Function Add(text As String) As Integer
| Type | Name | Description |
|---|---|---|
| string | text | The label text. |
| Type | Description |
|---|---|
| int | An integer indicating the index of the new Chart3DLabel. |