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

In This Topic
    Type Property (MovingAverageTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.MovingAverage<T>.Type. Sets the type of the moving average line.
    Syntax
    'Declaration
     
    Public Property Type As MovingAverageType
    public MovingAverageType Type {get; set;}
    See Also