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

In This Topic
    End Property (FibonacciFansTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Finance.FibonacciFans<T>.End. Sets the ending DataPoint for the base line.
    Syntax
    'Declaration
     
    Public Property End As DataPoint
    public DataPoint End {get; set;}
    Remarks
    The DataPoint X value can be a number or a Date object (for time-based data).
    See Also