MindFusion.Charting Programmer's Guide

ShapeCollection.Clone Method

See Also
 





Creates an exact copy of this ShapeCollection.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public virtual Object Clone ()

Visual Basic  Copy Code

Public Overridable Function Clone () As Object

JavaScript  Copy Code

function Clone ()

 Return Value

An instance of the ShapeCollection class representing the newly created clone.

 See Also