ComponentOne FinancialChart for WinForms
C1.Win.Chart.Annotation Namespace / Rectangle Class / Height Property

In This Topic
    Height Property (Rectangle)
    In This Topic
    Gets or sets the height of rectangle annotation.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Annotation.Rectangle.Height", "Gets or sets the height of rectangle annotation.")>
    Public Property Height As Double
    [C1Description("Annotation.Rectangle.Height", "Gets or sets the height of rectangle annotation.")]
    public double Height {get; set;}
    See Also