| Object Reference > ValueLabelCollection > ValueLabels Collection Methods > Add Method (ValueLabelCollection) |
Add Method (ValueLabelCollection)
Adds a ValueLabel object to the end of the collection. Returns a ValueLabel object.
Function Add(Value As Double, Text As String) As ValueLabel
|
Part |
Type |
Description |
|
Value |
Double |
The data coordinate of the new Value-label. |
|
Text |
String |
The text for the new Value-label. |
See Also