Remove a value-label from the collection of value labels on the object.
Object.RemoveValueLabel ( iValueLabelIndex )
The RemoveValueLabel method syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
AAxis |
AAxis object. |
|
iValueLabelIndex |
Val Long |
An integer specifying the index of the value label on the object. |
If the index is out of the current range, then no action will be taken.
The following example will delete the 7th value label from an AAxis object:
aaxs1.RemoveValueLabel(6)
GetValueLabel, InsertValueLabel, MoveValueLabel, SetValueLabel