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

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

    Return Value

    A reference to the newly created Chart3DDataLabel.
    See Also