ChartControl.Clone() Method
Creates a copy of the current ChartControl object.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v22.2.UI.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Returns
Type | Description |
---|---|
Object | A ChartControl object which is a copy of the current object. |
Remarks
This method creates a new instance of the ChartControl class and copies all the values of the current ChartControl‘s properties to it.
See Also