ComponentOne Reports for WPF
C1.C1Report.CustomFields Namespace / Chart.FillStyle Class / Clone Method

In This Topic
    Clone Method (Chart.FillStyle)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function Clone( _
       ByVal owner As Chart _
    ) As Object
    public override object Clone( 
       Chart owner
    )

    Parameters

    owner
    See Also