A newer version of this page is available.
Switch to the current version.
DrawOptions.Clone() Method
Creates a copy of the current DrawOptions object.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
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.
Implements
See Also
Feedback