ComponentOne FinancialChart for WinForms
C1.Win.Chart.Annotation Namespace / Square Class / Length Property

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