[]
        
(Showing Draft Content)

C1.Win.C1Chart.FunctionsCollection

FunctionsCollection Class

Stores functions for plotting.

Inheritance
FunctionsCollection
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.4.8.dll
Syntax
public class FunctionsCollection : CollectionBase, IList, ICollection, IEnumerable

Properties

Name Description
this[int]

Gets the specified function from the collection by numeric index.

Methods

Name Description
Add(FunctionBase)

Adds the specified function to the collection.

Contains(FunctionBase)

Determines whether a value is in the FunctionsCollection.

CopyTo(FunctionBase[], int)

Copies data values to the specified array beginning at the specified index from the FunctionsCollection.

IndexOf(FunctionBase)

Gets the index of the first specified value in the FunctionsCollection.

Insert(int, FunctionBase)

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

OnClearComplete()
OnInsert(int, object)
OnInsertComplete(int, object)
OnRemoveComplete(int, object)
OnSetComplete(int, object, object)
Remove(FunctionBase)

Removes the specified function from the collection.