ActiveReports.Chart Request technical support
Height Property
See Also 


Gets or sets the height of the text bar.

Syntax

Visual Basic (Declaration) 
Public Property Height As Single
Visual Basic (Usage)Copy Code
Dim instance As AnnotationTextBar
Dim value As Single
 
instance.Height = value
 
value = instance.Height
C# 
public float Height {get; set;}

See Also