Skip to main content

IndicatorCollection.ToArray() Method

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

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