[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DStylesCollection.Insert

Insert Method

Insert(int, Chart3DStyle)

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

Declaration
public void Insert(int index, Chart3DStyle style)
Parameters
Type Name Description
int index

Index.

Chart3DStyle style

The Chart3DStyle to insert.

See Also