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

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