Back to Devexpress

SeriesBase.Assign(ChartElement) Method

corelibraries-devexpress-dot-xtracharts-dot-seriesbase-dot-assign-x28-devexpress-dot-xtracharts-dot-chartelement-x29.md

latest1.7 KB
Original Source

SeriesBase.Assign(ChartElement) Method

Copies all the settings from the SeriesBase object passed as the parameter.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public override void Assign(
    ChartElement obj
)
vb
Public Overrides Sub Assign(
    obj As ChartElement
)

Parameters

NameTypeDescription
objChartElement

A SeriesBase object (which is the ChartElement 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 SeriesBase object to be copied to the current SeriesBase object.

See Also

SeriesBase Class

SeriesBase Members

DevExpress.XtraCharts Namespace