Adds a Chart3DContourStyle object to the collection at the specified index.

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

Syntax

C#
public void Insert(
	int index,
	Chart3DContourStyle style
)
Visual Basic
Public Sub Insert ( _
	index As Integer, _
	style As Chart3DContourStyle _
)

Parameters

index
Type: System..::..Int32
Index.
style
Type: C1.Win.C1Chart3D..::..Chart3DContourStyle
The Chart3DContourStyle to insert.

See Also