Reports for WinForms | ComponentOne
C1.C1Report.CustomFields.4 Assembly / C1.C1Report.CustomFields Namespace / Chart Class / Clone Method

In This Topic
    Clone Method (Chart)
    In This Topic
    Overridden to clone the inner C1Chart control in the field so the clone doesn't reference the original field's chart.
    Syntax
    'Declaration
     
    Public Overrides Function Clone() As Object
    public override object Clone()

    Return Value

    A deep clone of the Chart field.
    See Also