Back to Devexpress

Range.Assign(ChartElement) Method

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

latest1.7 KB
Original Source

Range.Assign(ChartElement) Method

Copies all the settings from the Range 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 Range 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 Range object to be copied to the current Range object.

See Also

Range Class

Range Members

DevExpress.XtraCharts Namespace