Clone Method (Chart.CircularOptions)
Create a duplicate instance of this object.
'Declaration
Public MustOverride Function Clone( _
ByVal As Chart _
) As Object
public abstract object Clone(
Chart
)
Parameters
- owner
- The owner of the new object.
Return Value
A new object which is a copy of this object.