Back to Devexpress

SeriesPointCollection.Assign(ChartCollectionBase) Method

corelibraries-devexpress-dot-xtracharts-dot-seriespointcollection-dot-assign-x28-devexpress-dot-xtracharts-dot-chartcollectionbase-x29.md

latest2.0 KB
Original Source

SeriesPointCollection.Assign(ChartCollectionBase) Method

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public override void Assign(
    ChartCollectionBase collection
)
vb
Public Overrides Sub Assign(
    collection As ChartCollectionBase
)

Parameters

NameTypeDescription
collectionChartCollectionBase

A SeriesPointCollection object (which is the ChartCollectionBase descendant) whose settings are assigned to the current object. If null ( Nothing in Visual Basic), then a ArgumentNullException will be thrown.

|

Remarks

The Assign method allows the settings of the specified SeriesPointCollection object to be copied to the current SeriesPointCollection object.

See Also

SeriesPointCollection Class

SeriesPointCollection Members

DevExpress.XtraCharts Namespace