[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DContourStylesCollection.Insert

Insert Method

Insert(int, Chart3DContourStyle)

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

Declaration
public void Insert(int index, Chart3DContourStyle style)
Public Sub Insert(index As Integer, style As Chart3DContourStyle)
Parameters
Type Name Description
int index

Index.

Chart3DContourStyle style

The Chart3DContourStyle to insert.

See Also