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

In This Topic
    SignalXVals Property (Macd)
    In This Topic
    Gets the array of signal X coordinate values.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SignalXVals As Double()
    public double[] SignalXVals {get;}
    Remarks
    A signal is the metric you want to plot on the chart, to which you might add filters and/or apply analytics.
    See Also