ComponentOne FinancialChart for UWP
C1.Xaml.Chart.Finance Namespace / FibonacciTimeZones Class / StartX Property

In This Topic
    StartX Property (FibonacciTimeZones)
    In This Topic
    Gets or sets the starting x data point for the time zones. If not set, the starting x data point is calculated automatically. The value can be a number or a Date object (for time-base data).
    Syntax
    'Declaration
     
    
    Public Property StartX As Object
    public object StartX {get; set;}
    See Also