Back to Devexpress

ChartElement.Clone() Method

corelibraries-devexpress-dot-xtracharts-dot-chartelement-1da80515.md

latest1.3 KB
Original Source

ChartElement.Clone() Method

Creates a copy of the current ChartElement object.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public virtual object Clone()
vb
Public Overridable Function Clone As Object

Returns

TypeDescription
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

ChartElement Class

ChartElement Members

DevExpress.XtraCharts Namespace