ComponentOne FinancialChart for WinForms
C1.Win.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
     
    
    <C1DescriptionAttribute("Fibonacci.Levels", "Gets or sets the array of levels for plotting.")>
    Public Property Levels As Double()
    [C1Description("Fibonacci.Levels", "Gets or sets the array of levels for plotting.")]
    public double[] Levels {get; set;}
    See Also