Skip to main content

ChartCollectionBase.Assign(ChartCollectionBase) Method

Copies all the elements from the ChartCollectionBase object passed as the parameter.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public virtual void Assign(
    ChartCollectionBase collection
)

Parameters

Name Type Description
collection ChartCollectionBase

A ChartCollectionBase object whose elements are copied to the current object. If null (Nothing in Visual Basic), then a ArgumentNullException will be thrown.

Remarks

The Assign method clears the ChartCollectionBase collection and copies all the elements from the specified ChartCollectionBase object.

See Also