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



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