ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DLabels Class / AddNewLabel Method

In This Topic
    AddNewLabel Method (Chart3DLabels)
    In This Topic
    Creates a new label and appends it to the collection.
    Syntax
    'Declaration
     
    Public Function AddNewLabel() As Chart3DLabel
    public Chart3DLabel AddNewLabel()

    Return Value

    This method returns a reference to the newly added label.
    See Also