ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance.TagHelpers Namespace / FibonacciTagHelper Class / Uptrend Property

In This Topic
    Uptrend Property (FibonacciTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Finance.Fibonacci<T>.Uptrend. Sets a value indicating whether to create uptrending Fibonacci tool.
    Syntax
    'Declaration
     
    Public Property Uptrend As Boolean
    public bool Uptrend {get; set;}
    Remarks
    Default value is true(uptrend). If the value is false, the downtrending levels are plotted.
    See Also