2D Chart for WinForms | ComponentOne
Design-Time Support / C1Chart Collection Editors / ValueLabel Collection Editor
In This Topic
    ValueLabel Collection Editor
    In This Topic
    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.

    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.
          

    Properties of the ValueLabel Collection Editor

    The following properties are available for the user in the ValueLabel Collection Editor at design time or they can be used in the ValueLabel class at run time:

    Members Description
    Text Gets or sets the displayed text value for the ValueLabel.
    Appearance Gets or sets the appearance of ValueLabel.
    BackColor Get or sets the background color of ValueLabel.
    Color Gets or sets the color of the ValueLabel.
    Gridline Gets or sets a value indicating whether a grid line is drawn at the ValueLabel.
    MarkerSize Gets or sets the marker size of ValueLabel.
    Moveable Gets or sets a value indicating whether a ValueLabel can be dragged by the user.
    DateTimeValue Gets or sets the axis value to be replaced by the ValueLabel using a DateTime value.
    NumericValue Gets or sets the axis value to be replaced by the ValueLabel using a double value.
    See Also