Skip to main content

XYDiagramPaneCollection.ToArray() Method

Copies the elements of the XYDiagramPaneCollection to a new array of XYDiagramPane objects.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public XYDiagramPane[] ToArray()

Returns

Type Description
XYDiagramPane[]

An array of XYDiagramPane objects containing the XYDiagramPaneCollection elements.

Remarks

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

See Also