ComponentOne FinancialChart for WPF
C1.WPF.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()
    'Usage
     
    
    Dim instance As FibonacciArcs
    Dim value() As Double
     
    instance.Levels = value
     
    value = instance.Levels
    public double[] Levels {get; set;}
    public:
    property array<double>^ Levels {
       array<double>^ get();
       void set (    array<double>^ value);
    }
    See Also