ComponentOne FinancialChart for WinForms
C1.Win.Chart.Finance Namespace / BollingerBands Class / MiddleYVals Property

In This Topic
    MiddleYVals Property (BollingerBands)
    In This Topic
    Gets the array of middle Y values.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property MiddleYVals As Double()
    public double[] MiddleYVals {get;}
    See Also