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

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