ComponentOne FinancialChart for WPF
C1.WPF.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
     
    
    Public Property Length As Double
    'Usage
     
    
    Dim instance As Square
    Dim value As Double
     
    instance.Length = value
     
    value = instance.Length
    public double Length {get; set;}
    public:
    property double Length {
       double get();
       void set (    double value);
    }
    See Also