Reports for WinForms | ComponentOne
C1.C1Report.CustomFields.4 Assembly / C1.C1Report.CustomFields Namespace / Chart.ChartOwnedItem Class / Clone Method
The owner of the new object.

In This Topic
    Clone Method (Chart.ChartOwnedItem)
    In This Topic
    Create a duplicate instance of this object.
    Syntax
    'Declaration
     
    Public MustOverride Function Clone( _
       ByVal owner As Chart _
    ) As Object
    public abstract object Clone( 
       Chart owner
    )

    Parameters

    owner
    The owner of the new object.

    Return Value

    A new object which is a copy of this object.
    See Also