Skip to main content
A newer version of this page is available. .

FibonacciIndicatorCollection.ToArray() Method

Copies the elements of the FibonacciIndicatorCollection to a new array of Fibonacci Indicator objects.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public FibonacciIndicator[] ToArray()

Returns

Type Description
FibonacciIndicator[]

An array of FibonacciIndicator objects containing the copies of the elements of the FibonacciIndicatorCollection.

Remarks

Use the ToArray method to convert the FibonacciIndicatorCollection object to an array.

See Also