TrendLineCollection.ToArray() Method
Copies the elements of the TrendLineCollection to a new array of Trend Line objects.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Returns
Type | Description |
---|---|
TrendLine[] | An array of TrendLine objects containing the TrendLineCollection elements. |
Remarks
Use the ToArray method to convert the TrendLineCollection object to an array.
See Also