ChartOptionsPrint.Assign(BaseOptions) Method
Copies all the settings from the ChartOptionsPrint object passed as a parameter.
Namespace: DevExpress.XtraCharts.Printing
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
options | BaseOptions | A ChartOptionsPrint object (which is the BaseOptions descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then this method does nothing. |
Remarks
The Assign method allows the settings of the specified ChartOptionsPrint object to be copied to the current ChartOptionsPrint object.
See Also