FlexChart | ComponentOne
C1.WPF.Chart.Finance Assembly / C1.WPF.Chart.Finance Namespace / Fibonacci Class / High Property

In This Topic
    High Property
    In This Topic
    Gets or sets the high value of Fibonacci tool. If not specified, the high value is calculated based on data values provided by the ItemsSource.
    Syntax
    'Declaration
     
    Public Property High As Double
    public double High {get; set;}
    See Also