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

In This Topic
    MinX Property (FibonacciTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Finance.Fibonacci<T>.MinX. Sets the x minimal value of the Fibonacci tool.
    Syntax
    'Declaration
     
    Public Property MinX As Object
    public object MinX {get; set;}
    Remarks
    If not specified, current minimum of x-axis is used. The value can be specified as a number or Date object.
    See Also