Back to Devexpress

WorkdaysOptions.Assign(ChartElement) Method

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

latest1.8 KB
Original Source

WorkdaysOptions.Assign(ChartElement) Method

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

See Also

WorkdaysOptions Class

WorkdaysOptions Members

DevExpress.XtraCharts Namespace