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

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