2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ValueLabelsCollection Class / Add Method / Add(ValueLabel) Method

In This Topic
    Add(ValueLabel) Method
    In This Topic
    Adds specified label.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal label As ValueLabel _
    ) As System.Integer
    public System.int Add( 
       ValueLabel label
    )

    Parameters

    label
    See Also