ValueLabelsPosition Property (AAxis)

Returns or sets whether the Value-Labels of the axis are placed on the object by their values or by their index.

Syntax

Object.ValueLabelsPosition [ = enPosition ]

The ValueLabelsPosition property syntax has the following parts:

 

Name

Type

Description

Object

AAxis

AAxis object

enPosition

enumAAxisValueLabelsPosition

An integer specifying whether the Value-Labels of the axis are placed on the object by their values or by their index.

Where

enumAAxisValueLabelsPosition can be one of the following:

 

Name

Value

Description

aaxsValueLabelsPositionByValue

0 *

By Value

aaxsValueLabelsPositionByIndex

1

By Index.

Example

The following statement changes the AAxis so the ValueLabels are placed on the axis by index:

axs1.ValueLabelsPosition=aaxsValueLabelsPositionByIndex

Applies to

AAxis

See Also

ValueLabelsCount, ValueLabelsGridsVisible, ValueLabelsLabelsVisible, ValueLabelsTicksVisible