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



In This Topic
    Uptrend Property
    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
     
    
    Public Property Uptrend As Boolean
    'Usage
     
    
    Dim instance As Fibonacci
    Dim value As Boolean
     
    instance.Uptrend = value
     
    value = instance.Uptrend
    public bool Uptrend {get; set;}
    public:
    property bool Uptrend {
       bool get();
       void set (    bool value);
    }
    See Also