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



In This Topic
    SlowPeriod Property
    In This Topic
    Gets or sets the slow exponential moving average period for the MACD line.
    Syntax
    'Declaration
     
    
    Public Property SlowPeriod As Integer
    'Usage
     
    
    Dim instance As MacdBase
    Dim value As Integer
     
    instance.SlowPeriod = value
     
    value = instance.SlowPeriod
    public int SlowPeriod {get; set;}
    public:
    property int SlowPeriod {
       int get();
       void set (    int value);
    }
    See Also