Returns or sets whether the Value-Labels of the axis are placed on the object by their values or by their index.
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. |
enumAAxisValueLabelsPosition can be one of the following:
Name |
Value |
Description |
aaxsValueLabelsPositionByValue |
0 * |
By Value |
aaxsValueLabelsPositionByIndex |
1 |
By Index. |
The following statement changes the AAxis so the ValueLabels are placed on the axis by index:
axs1.ValueLabelsPosition=aaxsValueLabelsPositionByIndex
ValueLabelsCount, ValueLabelsGridsVisible, ValueLabelsLabelsVisible, ValueLabelsTicksVisible