ComponentOne Chart for .NET (2.0) Search HelpCentral 

FunctionsCollection.Insert Method

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

[Visual Basic]

Public Sub Insert( _

ByVal index As Integer, _

ByVal f As FunctionBase _

)

[C#]

public void Insert(

int index,

FunctionBase f

);

[Delphi]

public procedure Insert(

index: Int32;

f: FunctionBase

);

Parameters

index

Index.

f

Function.

See Also

FunctionsCollection Class | FunctionsCollection Members | C1.Win.C1Chart Namespace | FunctionsCollection Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.