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

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