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

In This Topic
    Uptrend Property (Fibonacci)
    In This Topic
    Gets or sets a value indicating whether to create uptrending Fibonacci tool. Default value is true(uptrend). If the value is false, the downtrending levels are plotted.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Fibonacci.Uptrend", "Gets or sets a value indicating whether to create uptrending Fibonacci tool. Default value is true(uptrend). If the value is false, the downtrending levels are plotted.")>
    Public Property Uptrend As Boolean
    [C1Description("Fibonacci.Uptrend", "Gets or sets a value indicating whether to create uptrending Fibonacci tool. Default value is true(uptrend). If the value is false, the downtrending levels are plotted.")]
    public bool Uptrend {get; set;}
    See Also