XYDiagramPaneCollection.ToArray() Method
Copies the elements of the XYDiagramPaneCollection to a new array of XYDiagramPane objects.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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