Skip to main content

SidePoint.Assign(ChartElement) Method

Copies all settings from the ChartElement object passed as a parameter.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public override void Assign(
    ChartElement obj
)

Parameters

Name Type Description
obj ChartElement

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