ComponentOne FinancialChart for WPF
C1.Chart.Annotation Namespace / IImage Interface / Height Property



In This Topic
    Height Property (IImage)
    In This Topic
    Gets or sets the height of image annotation.
    Syntax
    'Declaration
     
    
    Property Height As Double
    'Usage
     
    
    Dim instance As IImage
    Dim value As Double
     
    instance.Height = value
     
    value = instance.Height
    double Height {get; set;}
    property double Height {
       double get();
       void set (    double value);
    }
    See Also