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

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

    Return Value

    The reference to the new label.
    See Also