ComponentOne FinancialChart for WPF
C1.WPF.Chart.Finance Namespace / Fibonacci Class / Low Property



In This Topic
    Low Property
    In This Topic
    Gets or sets the low value of Fibonacci tool. If not specified, the low value is calculated based on data values provided by ItemsSource.
    Syntax
    'Declaration
     
    
    Public Property Low As Double
    'Usage
     
    
    Dim instance As Fibonacci
    Dim value As Double
     
    instance.Low = value
     
    value = instance.Low
    public double Low {get; set;}
    public:
    property double Low {
       double get();
       void set (    double value);
    }
    See Also