[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DContourLevelsCollection.Insert

Insert Method

Insert(int, Chart3DContourLevel)

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

Declaration
public void Insert(int index, Chart3DContourLevel lvl)
Parameters
Type Name Description
int index

Index.

Chart3DContourLevel lvl

The Chart3DContourLevel to insert.

See Also