| Object Reference > ValueLabels Collection > ValueLabels Collection Methods > Add Method (ValueLabels) |
Add Method (ValueLabels)
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 chart coordinate of the new Value-label. |
|
Text |
String |
The text for the new Value-label. |
See Also