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

In This Topic
    Levels Property (FibonacciTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Finance.Fibonacci<T>.Levels. Sets the array of levels for plotting.
    Syntax
    'Declaration
     
    Public Property Levels As Double()
    public double[] Levels {get; set;}
    Remarks
    Default value is [0, 23.6, 38.2, 50, 61.8, 100].
    See Also