Skip to main content

ChartCollectionBase.ToArray() Method

Copies the elements of the ChartCollectionBase to a new array of ChartElement objects.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public ChartElement[] ToArray()

Returns

Type Description
ChartElement[]

An array of ChartElement objects containing the copies of the elements of the ChartCollectionBase.

Remarks

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

See Also