ComponentOne FinancialChart for WPF
SmoothingPeriod Property (Stochastic)



C1.WPF.Chart.Finance Namespace > Stochastic Class : SmoothingPeriod Property
Gets or sets the smoothing period for full %K.
Syntax
'Declaration
 
Public Property SmoothingPeriod As Integer
'Usage
 
Dim instance As Stochastic
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

Stochastic Class
Stochastic Members