ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DContourLevelsCollection Class / Add Method / Add(Double) Method
Value of the new contour level.

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

    Parameters

    value
    Value of the new contour level.

    Return Value

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