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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
options | BaseOptions | A BaseOptions descendant whose settings are copied to the current object. |
See Also