Remove contour level with specified value from the collection.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
public void Remove(
	double value
)
Visual Basic
Public Sub Remove ( _
	value As Double _
)

Parameters

value
Type: System..::..Double
Value of the level to remove.

See Also