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

In This Topic
    Low Property (Fibonacci)
    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
     
    
    <C1DescriptionAttribute("Fibonacci.Low", "Gets or sets the low value of Fibonacci tool. If not specified, the low value is calculated based on data values provided by ItemsSource.")>
    Public Property Low As Double
    [C1Description("Fibonacci.Low", "Gets or sets the low value of Fibonacci tool. If not specified, the low value is calculated based on data values provided by ItemsSource.")]
    public double Low {get; set;}
    See Also