ComponentOne FinancialChart for WPF
SmoothingPeriod Property (MacdBase)



C1.WPF.Chart.Finance Namespace > MacdBase Class : SmoothingPeriod Property
Gets or sets the exponential moving average period for the signal line.
Syntax
'Declaration
 
Public Property SmoothingPeriod As Integer
'Usage
 
Dim instance As MacdBase
Dim value As Integer
 
instance.SmoothingPeriod = value
 
value = instance.SmoothingPeriod
public int SmoothingPeriod {get; set;}
public:
property int SmoothingPeriod {
   int get();
   void set (    int value);
}
See Also

Reference

MacdBase Class
MacdBase Members