Skip to main content

TrendLineCollection.ToArray() Method

Copies the elements of the TrendLineCollection to a new array of Trend Line objects.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public TrendLine[] ToArray()

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