ActiveReports.Chart Request technical support
Height Property
See Also 


Gets the height of the bar.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Height As Integer
Visual Basic (Usage)Copy Code
Dim instance As Bar
Dim value As Integer
 
value = instance.Height
C# 
public int Height {get;}

See Also