ComponentOne FinancialChart for WinForms
C1.Win.Chart.Finance Namespace / MacdBase Class / SlowPeriod Property

In This Topic
    SlowPeriod Property (MacdBase)
    In This Topic
    Gets or sets the slow exponential moving average period for the MACD line.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("MacdBase.SlowPeriod", "Gets or sets the slow exponential moving average period for the MACD line.")>
    Public Property SlowPeriod As Integer
    [C1Description("MacdBase.SlowPeriod", "Gets or sets the slow exponential moving average period for the MACD line.")]
    public int SlowPeriod {get; set;}
    See Also