DrawOptions.Clone() Method
In This Article
Creates a copy of the current DrawOptions object.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Returns
Type | Description |
---|---|
Object | A Draw |
#Remarks
This method should be overridden in descendants of the DrawOptions class.
See Also