Add specified contour style to the collection.

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

Syntax

C#
public int Add(
	Chart3DContourStyle style
)
Visual Basic
Public Function Add ( _
	style As Chart3DContourStyle _
) As Integer

Parameters

style
Type: C1.Win.C1Chart3D..::..Chart3DContourStyle
The Chart3DContourStyle to add.

Return Value

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

See Also