Skip to main content
All docs
V25.1
  • SidePointMarker.Assign(ChartElement) Method

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

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.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 SidePointMarker object.

    See Also