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

In This Topic
    High Property (Fibonacci)
    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
     
    
    <C1DescriptionAttribute("Fibonacci.High", "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.")>
    Public Property High As Double
    [C1Description("Fibonacci.High", "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.")]
    public double High {get; set;}
    See Also