Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartDerivedSeriesCollection Class / ChartDerivedSeriesCollection Constructor

In This Topic
    ChartDerivedSeriesCollection Constructor
    In This Topic
    Initializes a new instance of the ChartDerivedSeriesCollection class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal owner As ICollectionOwner _
    )
    public ChartDerivedSeriesCollection( 
       ICollectionOwner owner
    )

    Parameters

    owner
    See Also