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

In This Topic
    Remove(Double) Method
    In This Topic
    Remove contour level with specified value from the collection.
    Syntax
    'Declaration
     
    Public Overloads Sub Remove( _
       ByVal value As System.Double _
    ) 
    public void Remove( 
       System.double value
    )

    Parameters

    value
    Value of the level to remove.
    See Also