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


backdrop
Specifies the backdrop information used to fill the wall rectangle.
visible
Specifies whether the chart wall is visible.
width
Specifies the width of the chart wall.
Initializes a new instance of the PlaneItem class with the specified parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal backdrop As Backdrop, _
   ByVal visible As Boolean, _
   ByVal width As Single _
)
Visual Basic (Usage)Copy Code
Dim backdrop As Backdrop
Dim visible As Boolean
Dim width As Single
 
Dim instance As PlaneItem(backdrop, visible, width)
C# 
public PlaneItem( 
   Backdrop backdrop,
   bool visible,
   float width
)

Parameters

backdrop
Specifies the backdrop information used to fill the wall rectangle.
visible
Specifies whether the chart wall is visible.
width
Specifies the width of the chart wall.

See Also