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

IndicatorCollection.ToArray() Method

Copies the elements of the IndicatorCollection to a new array of Indicator objects.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public Indicator[] ToArray()

Returns

Type Description
Indicator[]

An array of Indicator class descendants containing the IndicatorCollection elements.

Remarks

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

See Also