[]
        
(Showing Draft Content)

C1.Win.C1Chart.FunctionsCollection.Insert

Insert Method

Insert(int, FunctionBase)

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

Declaration
public void Insert(int index, FunctionBase f)
Parameters
Type Name Description
int index

Index.

FunctionBase f

Function.

See Also