Adds a Chart3DStyle 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,
	Chart3DStyle style
)
Visual Basic
Public Sub Insert ( _
	index As Integer, _
	style As Chart3DStyle _
)

Parameters

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

See Also