IndicatorCollection.ToArray() Method
Copies the elements of the IndicatorCollection to a new array of Indicator objects.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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