ComponentOne FinancialChart for WPF
FastPeriod Property



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

Reference

MacdBase Class
MacdBase Members