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

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