Add new contour level with specified value to the collection.

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

Syntax

C#
public int Add(
	double value
)
Visual Basic
Public Function Add ( _
	value As Double _
) As Integer

Parameters

value
Type: System..::..Double
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