RemoveValueLabel Method (AAxis)

Remove a value-label from the collection of value labels on the object.

Syntax

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.

Comments

If the index is out of the current range, then no action will be taken.

Example

The following example will delete the 7th value label from an AAxis object:

aaxs1.RemoveValueLabel(6)

Applies to

AAxis

See Also

GetValueLabel, InsertValueLabel, MoveValueLabel, SetValueLabel