Skip to main content

FibonacciIndicatorCollection.AddRange(FibonacciIndicator[]) Method

Appends an array of the Fibonacci Indicators to the current collection.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public void AddRange(
    FibonacciIndicator[] coll
)

Parameters

Name Type Description
coll FibonacciIndicator[]

An array of FibonacciIndicator objects to append to the collection.

Remarks

Objects are added to the end of the collection in the same order that they have in the array.

See Also