ComponentOne FinancialChart for WPF
C1.WPF.Chart.Finance Namespace / Stochastic Class / SmoothingPeriod Property



In This Topic
    SmoothingPeriod Property (Stochastic)
    In This Topic
    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