FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DDataSetGrid Class / Chart3DDataSetGrid Constructor
The parent of this object.

In This Topic
    Chart3DDataSetGrid Constructor
    In This Topic
    Initialize new instance of Chart3DDataSetGrid object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal parent As Chart3DUnboundData _
    )
    public Chart3DDataSetGrid( 
       Chart3DUnboundData parent
    )

    Parameters

    parent
    The parent of this object.
    See Also