Creates an exact copy of the current Chart object.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public virtual Object Clone () |
Visual Basic
![]() |
---|
Public Overridable Function Clone () As Object |
The new chart object.
The 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.
C#
![]() |
---|
MindFusion.Charting.RadarChart myChart = |