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

DrawOptions.Clone() Method

Creates a copy of the current DrawOptions object.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v21.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public object Clone()

Returns

Type Description
Object

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

Remarks

This method should be overridden in descendants of the DrawOptions class.

See Also