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

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