# ValueLabel Collection Editor

## Content



The **ValueLabel Collection Editor** is used for adding or modifying the properties in the ValueLabels class. ValueLabels displays text defined at a specific axis coordinate. For more information on ValueLabels, see [Value Labels Annotation](/componentone/docs/win/online-chart2d/chartareaandplotarea/axesannotation/valuelabelsannotatio).

### To Access the ValueLabel Collection Editor

1.  Right-click on the C1Chart control and select **Properties** from its context menu.
2.  In the Properties window, expand the ChartArea node, then expand the **AxisX**, **AxisY**, or **AxisY2** node and click on the **ellipsis** button next to the **ValueLabels** property. The **ValueLabel Collection Editor** appears.<br />![](https://cdn.mescius.io/document-site-files/images/70bd33a2-280e-4cc3-a1c0-7b827eceb8aa/imagesext/valuelabelcollectioneditor.png)

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

Properties of the ValueLabel Collection Editor

DOC-SUMMARY-TAG-CLOSE

The following properties are available for the user in the **ValueLabel Collection Editor** at design time or they can be used in the [ValueLabel](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.ValueLabel.html) class at run time:

| **Members** | **Description** |
| --- | --- |
| [Text](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.ValueLabel.Text.html) | Gets or sets the displayed text value for the ValueLabel. |
| [Appearance](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.ValueLabel.Appearance.html) | Gets or sets the appearance of ValueLabel. |
| [BackColor](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.ValueLabel.BackColor.html) | Get or sets the background color of ValueLabel. |
| [Color](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.ValueLabel.Color.html) | Gets or sets the color of the ValueLabel. |
| [Gridline](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.ValueLabel.GridLine.html) | Gets or sets a value indicating whether a grid line is drawn at the ValueLabel. |
| [MarkerSize](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.ValueLabel.MarkerSize.html) | Gets or sets the marker size of ValueLabel. |
| [Moveable](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.ValueLabel.Moveable.html) | Gets or sets a value indicating whether a ValueLabel can be dragged by the user. |
| [DateTimeValue](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.ValueLabel.DateTimeValue.html) | Gets or sets the axis value to be replaced by the ValueLabel using a DateTime value. |
| [NumericValue](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.ValueLabel.NumericValue.html) | Gets or sets the axis value to be replaced by the ValueLabel using a double value. |

DOC-DETAILS-TAG-CLOSE

## See Also

[VisualEffectsStyle Collection Editor](/componentone/docs/win/online-chart2d/designtimesupport/c1chartcollectionedi/visualeffectsstyleco)