[]
Adds a Chart3DLabel object to the collection.
public int Add(Chart3DLabel label)
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)
Type | Name | Description |
---|---|---|
string | text | The label text. |
Type | Description |
---|---|
int | An integer indicating the index of the new Chart3DLabel. |