[]
        
(Showing Draft Content)

C1.Win.C1Chart.TrendLinesCollection.Insert

Insert Method

Insert(int, TrendLine)

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

Declaration
public void Insert(int index, TrendLine tl)
Parameters
Type Name Description
int index

Index.

TrendLine tl

TrendLine.

See Also