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

In This Topic
    StartY Property (FibonacciArcs)
    In This Topic
    Gets or sets the ending y data point for the FibonacciArcs. Unlike some of the other Fibonacci tools, the ending y is not calculated automatically if undefined.
    Syntax
    'Declaration
     
    
    Public Property StartY As Object
    public object StartY {get; set;}
    See Also