ComponentOne FinancialChart for WPF
SlowPeriod Property



C1.WPF.Chart.Finance Namespace > MacdBase Class : SlowPeriod Property
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

Reference

MacdBase Class
MacdBase Members