ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DAxisLabelsCollection Class / Add Method / Add(Chart3DAxisLabel) Method
Label to add.

In This Topic
    Add(Chart3DAxisLabel) Method
    In This Topic
    Add the specified label to the collection.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal label As Chart3DAxisLabel _
    ) As System.Integer
    public System.int Add( 
       Chart3DAxisLabel label
    )

    Parameters

    label
    Label to add.

    Return Value

    The label index.
    See Also