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

In This Topic
    StartX Property (FibonacciArcs)
    In This Topic
    Gets or sets the starting x data point for the FibonacciArcs. This value can be number or a Date object (for time-based data). Unlike some of the other Fibonacci tools, the starting x is not calculated automatically if undefined.
    Syntax
    'Declaration
     
    
    Public Property StartX As Object
    public object StartX {get; set;}
    See Also