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

In This Topic
    Levels Property (FibonacciArcs)
    In This Topic
    Gets or sets the array of levels for plotting.
    Syntax
    'Declaration
     
    
    Public Property Levels As Double()
    public double[] Levels {get; set;}
    See Also