ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DContourLevelsCollection Class / Add Method / Add(Chart3DContourLevel) Method
The Chart3DContourLevel to add.

In This Topic
    Add(Chart3DContourLevel) Method
    In This Topic
    Add specified contour level to the collection.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal level As Chart3DContourLevel _
    ) As System.Integer
    public System.int Add( 
       Chart3DContourLevel level
    )

    Parameters

    level
    The Chart3DContourLevel to add.

    Return Value

    An integer indicating the index of the collection to which the contour level was added.
    See Also