ComponentOne FlexChart for WinForms
Height Property (Rectangle)


C1.Win.Chart.Annotation Namespace > Rectangle Class : Height Property
Gets or sets the height of rectangle annotation.
Syntax
'Declaration
 
Public Property Height As Double
'Usage
 
Dim instance As Rectangle
Dim value As Double
 
instance.Height = value
 
value = instance.Height
public double Height {get; set;}
See Also

Reference

Rectangle Class
Rectangle Members