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

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