Skip to main content
All docs
V23.2

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.v23.2.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