ComponentOne Chart for .NET (2.0) Search HelpCentral 

FunctionsCollection.Item Property

Gets the specified function from the collection by numeric index.

[Visual Basic]

Public Default ReadOnly Property Item( _

ByVal i As Integer _

) As FunctionBase

[C#]

public FunctionBase this[

int i

] {get;}

[Delphi]

public property Item[

i: Int32

]: FunctionBase read get_Item;

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.