ChartElement.Clone() Method
In This Article
Creates a copy of the current ChartElement object.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#Returns
Type | Description |
---|---|
Object | A Chart |
#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