ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DLabelsCollection Class / Add Method / Add(Chart3DLabel) Method
The Chart3DLabel to add.

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

    Parameters

    label
    The Chart3DLabel to add.

    Return Value

    An integer indicating the index of the added Chart3DLabel.
    See Also