Skip to main content
A newer version of this page is available. .

ChartPrinter.Clone() Method

Creates a copy of the current ChartPrinter object.

Namespace: DevExpress.XtraCharts.Printing

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public virtual object Clone()

Returns

Type Description
Object

A ChartPrinter object which is a copy of the current object.

Remarks

This method creates a new instance of the ChartPrinter class and copies all the values of the current ChartPrinter‘s properties to it.

See Also