[]
        
(Showing Draft Content)

C1.Win.C1Chart.PointStylesCollection.Insert

Insert Method

Insert(int, PointStyle)

Inserts the specified PointStyle in the collection at the specified index.

Declaration
public void Insert(int index, PointStyle ps)
Parameters
Type Name Description
int index

Index.

PointStyle ps

PointStyle.

See Also