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

In This Topic
    AddNewLabel Method (Chart3DLabelsCollection)
    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

    A reference to the newly created Chart3DLabel.
    See Also