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

ChartElement.Clone() Method

Creates a copy of the current ChartElement object.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public virtual object Clone()

Returns

Type Description
Object

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

Remarks

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

See Also