ComponentOne FinancialChart for WinForms
C1.Win.Chart.Finance Namespace / Macd Class / MacdVals Property

In This Topic
    MacdVals Property (Macd)
    In This Topic
    Gets the array of moving average convergence divergence (MACD) values.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property MacdVals As Double()
    public double[] MacdVals {get;}
    See Also