# 3D Value Labels Annotation

## Content



A very flexible type of annotation, **ValueLabels** displays text defined at a specific axis coordinate. This is useful to label only specific coordinates, or to produce annotation in a form that the chart does not provide. **ValueLabels** annotation can be used for any axis.

![](https://cdn.mescius.io/document-site-files/images/46396fd1-914e-43da-9cb0-e66dcc0ae61b/imagesext/image12_66.png)

Every label displayed on the axis is one ValueLabel. Each ValueLabel has a **Value** property and a **Text** property.

Use the Value property to set the axis coordinate to display the label. Use the Text property to specify the text to display. All **ValueLabels** properties are located on the **Chart3DLabel Collection Editor**, which can be accessed by:

1.  Expanding the **Labels** node in the **Chart3Daxis Collection Editor** window.
2.  Clicking on the **ellipsis** adjacent to the **Labels** property.

Set **AnnoMethod** to ValueLabels for an axis and use this editor to define the labels.

## See Also

[Data Labels Annotation (X and Y-axes only)](/componentone/docs/win/online-chart3d/3daxes/axesannotation/datalabelsannotation)