Skip to main content

ChartOptionsPrint.Assign(BaseOptions) Method

Copies all the settings from the ChartOptionsPrint object passed as a parameter.

Namespace: DevExpress.XtraCharts.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 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