Skip to main content
All docs
V26.1
  • SunburstLabel.Assign(SunburstElement) Method

    Copies all settings from the SunburstLabel object passed as the parameter.

    Namespace: DevExpress.XtraTreeMap

    Assembly: DevExpress.XtraTreeMap.v26.1.dll

    NuGet Package: DevExpress.TreeMap

    Declaration

    public override void Assign(
        SunburstElement obj
    )

    Parameters

    Name Type Description
    obj SunburstElement

    An SunburstLabel object (which is the SunburstElement 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 you to copy the specified SunburstLabel object’s settings to the current SunburstLabel object.

    See Also