SidePointMarker.Assign(ChartElement) Method
Copies all settings from the ChartElement object passed as a parameter.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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 SidePointMarker object.
See Also