ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / MovingAverageTagHelper Class / Period Property

In This Topic
    Period Property (MovingAverageTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.MovingAverage<T>.Period. Sets the period of the moving average line.
    Syntax
    'Declaration
     
    Public Property Period As Integer
    public int Period {get; set;}
    Remarks
    It should be set to some integer value greater than 1.
    See Also