Back to Devexpress

SidePoint.Assign(ChartElement) Method

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

latest1.3 KB
Original Source

SidePoint.Assign(ChartElement) Method

Copies all settings from the ChartElement object passed as a 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 ChartElement object that is the source of the operation.

|

Remarks

The Assign method allows you to copy the specified ChartElement object’s settings to the current SidePoint object.

See Also

SidePoint Class

SidePoint Members

DevExpress.XtraCharts Namespace