Creates an exact copy of the current Chart object. Namespace: MindFusion.Charting Syntax
Return ValueThe new chart object. RemarksThe method creates an exact copy of the current chart - all appearance settings and data is copied. It is overridden by all chart classes - the returned object must be cast to the chart type that you clone. All properties, labels and data are cloned. The method is available only when you use the chart object programmatically. Example
See Also |