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

In This Topic
    Low Property (FibonacciTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Finance.Fibonacci<T>.Low. Sets the low value of Fibonacci tool.
    Syntax
    'Declaration
     
    Public Property Low As Nullable(Of Double)
    public Nullable<double> Low {get; set;}
    Remarks
    If not specified, the low value is caclulated based on data values provided by itemsSource.
    See Also