ComponentOne FinancialChart for WinForms
C1.Win.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
     
    
    <C1DescriptionAttribute("Stochastic.SmoothingPeriod", "Gets or sets the smoothing period for full %K.")>
    Public Property SmoothingPeriod As Integer
    [C1Description("Stochastic.SmoothingPeriod", "Gets or sets the smoothing period for full %K.")]
    public int SmoothingPeriod {get; set;}
    See Also