Skip to main content

ChartElementNamedCollection.ToArray() Method

Copies the elements of the ChartElementNamedCollection to a new array of ChartElementNamed objects.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public ChartElementNamed[] ToArray()

Returns

Type Description
ChartElementNamed[]

An array of ChartElementNamed objects containing the copies of the elements of the ChartElementNamedCollection.

Remarks

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

See Also