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

In This Topic
    SmoothingPeriod Property (MacdTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Finance.MacdBase<T>.SmoothingPeriod. Sets the exponential moving average period for the signal line.
    Syntax
    'Declaration
     
    Public Property SmoothingPeriod As Double
    public double SmoothingPeriod {get; set;}
    See Also