ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DLabelsCollection Class / Add Method / Add(String) Method
The label text.

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

    Parameters

    text
    The label text.

    Return Value

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