ComponentOne FinancialChart for UWP
C1.Xaml.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
    public double Low {get; set;}
    See Also