ActiveReports Developer 7
Bar Constructor
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart.Graphics Namespace > Bar Structure : Bar Constructor

width
Width of the bar.
height
Height of the bar.
depth
Depth of the bar.

Glossary Item Box

Initializes a new instance of the Bar class with the specified parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal width As System.Integer, _
   ByVal height As System.Integer, _
   ByVal depth As System.Integer _
)
C# 
public Bar( 
   System.int width,
   System.int height,
   System.int depth
)

Parameters

width
Width of the bar.
height
Height of the bar.
depth
Depth of the bar.

See Also