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

In This Topic
    StartX Property (FibonacciTimeZonesTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Finance.FibonacciTimeZones<T>.StartX. Sets the starting X data point for the time zones.
    Syntax
    'Declaration
     
    Public Property StartX As Object
    public object StartX {get; set;}
    Remarks
    If not set, the starting X data point is calculated automatically. The value can be a number or a Date object (for time-based data).
    See Also