Skip to main content
A newer version of this page is available. .

XYDiagramPaneCollection.ToArray() Method

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

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