ValueLabelsCount Property (AAxis)

Returns the number of Value-Label maps in the object.

Syntax

 [ lValueLabelsCount = ] Object.ValueLabelsCount

The ValueLabelsCount property syntax has the following parts:

 

Name

Type

Description

Object

AAxis

AAxis object

lValueLabelsCount

Long

An integer specifying the number of value-label maps in the object. The default is zero.

Example

The following statement returns the number of value-label maps on the AAxis:

axs1ValueLabelsCount=aaxs1.ValueLabelsCount

Applies to

AAxis

See Also

ValueLabelsGridsVisible, ValueLabelsLabelsVisible, ValueLabelsPosition, ValueLabelsTicksVisible