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

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

    Parameters

    label
    The Chart3DDataLabel to add.

    Return Value

    An integer indicating the index of the collection to which the Chart3DDataLabel was added.
    See Also