[]
        
(Showing Draft Content)

C1.Win.C1Chart.FunctionsCollection.Add

Add Method

Add(FunctionBase)

Adds the specified function to the collection.

Declaration
public int Add(FunctionBase f)
Public Function Add(f As FunctionBase) As Integer
Parameters
Type Name Description
FunctionBase f

Function.

Returns
Type Description
int

Integer index.

See Also