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

In This Topic
    Levels Property (Fibonacci)
    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