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

In This Topic
    Start Property (FibonacciArcsTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Finance.FibonacciArcs<T>.Start. Sets the starting DataPoint for the base line.
    Syntax
    'Declaration
     
    Public Property Start As DataPoint
    public DataPoint Start {get; set;}
    Remarks
    The DataPoint X value can be a number or a Date object. Unlike some of the other Fibonacci tools, the starting DataPoint is not calculated automatically if undefined.
    See Also