[]
Add the specified label to the collection.
public int Add(Chart3DAxisLabel label)
| Type | Name | Description |
|---|---|---|
| Chart3DAxisLabel | label | Label to add. |
| Type | Description |
|---|---|
| int | The label index. |
Creates a new label with specified value and text and appends it to the collection.
public int Add(double value, string text)
| Type | Name | Description |
|---|---|---|
| double | value | Value. |
| string | text | Text. |
| Type | Description |
|---|---|
| int | The new label index. |