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

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