ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance.TagHelpers Namespace / StochasticTagHelper Class / SmoothingPeriod Property

In This Topic
    SmoothingPeriod Property (StochasticTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Finance.Stochastic<T>.SmoothingPeriod. Sets the smoothing period for full %K.
    Syntax
    'Declaration
     
    Public Property SmoothingPeriod As Double
    public double SmoothingPeriod {get; set;}
    See Also