FlexChart | ComponentOne
C1.WPF.Chart.Finance Assembly / 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
    public double Low {get; set;}
    See Also