[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DContourLevelsCollection.Remove

Remove Method

Remove(double)

Remove contour level with specified value from the collection.

Declaration
public void Remove(double value)
Public Sub Remove(value As Double)
Parameters
Type Name Description
double value

Value of the level to remove.

See Also

Remove(Chart3DContourLevel)

Remove specified Chart3DContourLevel object from the collection.

Declaration
public void Remove(Chart3DContourLevel lvl)
Public Sub Remove(lvl As Chart3DContourLevel)
Parameters
Type Name Description
Chart3DContourLevel lvl

The Chart3DContourLevel to remove.

See Also