ActiveReports 8
Bar Constructor
See Also 
GrapeCity.ActiveReports.Chart.v8 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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also