ComponentOne Chart for .NET (2.0) Search HelpCentral 

FunctionsCollection.Add Method

Adds the specified function to the collection.

[Visual Basic]

Public Function Add( _

ByVal f As FunctionBase _

) As Integer

[C#]

public int Add(

FunctionBase f

);

[Delphi]

public function Add(

f: FunctionBase

): Int32;

Parameters

f

Function.

Return Value

Integer index.

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.