ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / PlaneItem Class / PlaneItem Constructor / PlaneItem Constructor(Backdrop)
Specifies the backdrop information used to fill the wall rectangle.

In This Topic
    PlaneItem Constructor(Backdrop)
    In This Topic
    Initializes a new instance of the PlaneItem class with the specified backdrop info.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal backdrop As Backdrop _
    )
    public PlaneItem( 
       Backdrop backdrop
    )

    Parameters

    backdrop
    Specifies the backdrop information used to fill the wall rectangle.
    See Also