ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DDataLabelsCollection Class / Add Method / Add(Int32,String) Method
Label index.
Label text.

In This Topic
    Add(Int32,String) Method
    In This Topic
    Creates a new label with specified index and text and appends it to the collection.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal index As System.Integer, _
       ByVal text As System.String _
    ) As System.Integer
    public System.int Add( 
       System.int index,
       System.string text
    )

    Parameters

    index
    Label index.
    text
    Label text.

    Return Value

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