Skip to main content
All docs
V25.1
  • SankeyOptionsPrint.Assign(BaseOptions) Method

    Copies all settings from the object passed as a parameter to the current SankeyOptionsPrint object.

    Namespace: DevExpress.XtraCharts.Sankey.Printing

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public override void Assign(
        BaseOptions options
    )

    Parameters

    Name Type Description
    options BaseOptions

    A BaseOptions descendant whose settings are copied to the current object.

    See Also