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

XYDiagramPaneCollection.AddRange(XYDiagramPane[]) Method

Appends an array of panes to the collection.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public void AddRange(
    XYDiagramPane[] coll
)

Parameters

Name Type Description
coll XYDiagramPane[]

An array of XYDiagramPane objects to append to the collection.

Remarks

Objects are added to the end of the collection in the same order that they have in the array.

For more information, refer to Panes.

See Also