ActiveReports Developer 7
BarHeight Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > Barcode Class : BarHeight Property

Glossary Item Box

Gets or sets the height of the bars in inches.

Syntax

Visual Basic (Declaration) 
Public Property BarHeight As System.Single
C# 
public System.float BarHeight {get; set;}

Remarks

If the bar height exceeds the height of the control, this property is ignored.

See Also