ActiveReports 12
Bar Constructor

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart.Graphics Namespace > Bar Structure : Bar Constructor
Width of the bar.
Height of the bar.
Depth of the bar.
Initializes a new instance of the Bar class with the specified parameters.
Syntax
'Declaration
 
Public Function New( _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal depth As Integer _
)
public Bar( 
   int width,
   int height,
   int depth
)

Parameters

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

Reference

Bar Structure
Bar Members