ActiveReports.Chart Request technical support
Bar Constructor
See Also 


width
Specifies the width of the bar.
height
Specifies the height of the bar.
depth
Specifies the depth of the bar.
Initializes a new instance of the Bar class with the parameters specified.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal depth As Integer _
)
Visual Basic (Usage)Copy Code
Dim width As Integer
Dim height As Integer
Dim depth As Integer
 
Dim instance As Bar(width, height, depth)
C# 
public Bar( 
   int width,
   int height,
   int depth
)

Parameters

width
Specifies the width of the bar.
height
Specifies the height of the bar.
depth
Specifies the depth of the bar.

See Also