ActiveReports.Chart Request technical support
PlaneItem Constructor(Backdrop)
See Also 


backdrop
Specifies the backdrop information used to fill the wall rectangle.
Initializes a new instance of the PlaneItem class with the specified backdrop info.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal backdrop As Backdrop _
)
Visual Basic (Usage)Copy Code
Dim backdrop As Backdrop
 
Dim instance As PlaneItem(backdrop)
C# 
public PlaneItem( 
   Backdrop backdrop
)

Parameters

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

See Also