[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DContourLevelsCollection.Add

Add Method

Add(Chart3DContourLevel)

Add specified contour level to the collection.

Declaration
public int Add(Chart3DContourLevel level)
Parameters
Type Name Description
Chart3DContourLevel level

The Chart3DContourLevel to add.

Returns
Type Description
int

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

See Also

Add(double)

Add new contour level with specified value to the collection.

Declaration
public int Add(double value)
Parameters
Type Name Description
double value

Value of the new contour level.

Returns
Type Description
int

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

See Also